jdt-core-home/howto/batch compile/batchCompile.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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>&nbsp;  <blockquote>&nbsp;
# 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 &lt;dir 1&gt;;&lt;dir 2&gt;;...;&lt;dir P&gt;</td>  <td valign=top bgcolor="#FFCCAA">-bootclasspath &lt;dir 1&gt;;&lt;dir 2&gt;;...;&lt;dir P&gt;</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 &lt;dir 1&gt;;&lt;dir 2&gt;;...;&lt;dir P&gt;</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 &lt;dir 1&gt;|none</td>  <td valign=top bgcolor="#FFCCAA">-d &lt;dir 1&gt;|none</td>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2