jdt-core-home/howto/batch compile/batchCompile.html
Parent Directory
|
Revision Log
|
Patch
| revision 1.1, Wed Jul 24 14:38:41 2002 UTC | revision 1.2, Fri Sep 6 20:09:26 2002 UTC | |
|---|---|---|
| # | Line 72 | Line 72 |
| 72 | ||
| 73 | <td WIDTH="98%"><b>Which options are available?</b> | <td WIDTH="98%"><b>Which options are available?</b> |
| 74 | <p> | <p> |
| With the yellow background, these are required options.<br> | ||
| 75 | With the orange background, these are suggested options. | With the orange background, these are suggested options. |
| 76 | </p> | </p> |
| 77 | <blockquote> | <blockquote> |
| # | Line 90 | Line 89 |
| 89 | <td>Display the build number of the compiler. This is very useful to report a bug.</td> | <td>Display the build number of the compiler. This is very useful to report a bug.</td> |
| 90 | </tr> | </tr> |
| 91 | <tr> | <tr> |
| 92 | <td valign=top bgcolor="#FFFFCC">-classpath <dir 1>;<dir 2>;...;<dir P></td> | <td valign=top bgcolor="#FFCCAA">-bootclasspath <dir 1>;<dir 2>;...;<dir P></td> |
| 93 | <td valign=top bgcolor="#FFFFCC">This is a list of directory or jar files used to compile the source files. There is no default classpath. So this option | <td valign=top bgcolor="#FFCCAA">This is a list of directory or jar files used to bootstrap the class files used by the compiler. By default the libraries of the running |
| 94 | is always required to compile source files.</td> | VM are used.</td> |
| 95 | </tr> | |
| 96 | <tr> | |
| 97 | <td valign=top bgcolor="#FFCCAA">-classpath <dir 1>;<dir 2>;...;<dir P></td> | |
| 98 | <td valign=top bgcolor="#FFCCAA">This is a list of directory or jar files used to compile the source files. The default value is the value of the property "java.class.path". | |
| 99 | </td> | |
| 100 | </tr> | </tr> |
| 101 | <tr> | <tr> |
| 102 | <td valign=top bgcolor="#FFCCAA">-d <dir 1>|none</td> | <td valign=top bgcolor="#FFCCAA">-d <dir 1>|none</td> |
|
||||||||
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
