Skip to content

Commit fae4c27

Browse files
author
mgricken
committed
Added comment that tools.jar must be on classpath
to avoid restart of DrJava. M src/developer/supportingTechnology.docbook git-svn-id: file:///tmp/test-svn/trunk@4369 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent a7a3ac3 commit fae4c27

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/src/developer/supportingTechnology.docbook

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,13 @@
236236
now just use:
237237
<literal>yjpjava MyClass </literal> .
238238
Here is a more complicated example to start DrJava. Instead of
239-
writing:
239+
writing
240240
<literal>java -cp drjava-15.jar edu.rice.cs.drjava.DrJava </literal> .
241-
now write instead the following, which avoids the restart, which may cause
242-
trouble:
243-
<literal>yjpjava -cp drjava-15.jar edu.rice.cs.drjava.DrJavaRoot </literal> .
241+
now write the following, which avoids the restart, which
242+
may cause trouble:
243+
<literal>yjpjava -cp drjava-15.jar edu.rice.cs.drjava.DrJavaRoot </literal> .
244+
For this to work, you have to make sure that you have the <literal>tools.jar</literal>
245+
file on your Java <literal>CLASSPATH</literal> environment variable.
244246
Regardless, the application you just started should launch now.</para>
245247
</formalpara>
246248
</listitem>

0 commit comments

Comments
 (0)