Skip to content

Commit 7e6b4c0

Browse files
committed
Oops, runtime classpath, not build classpath.
1 parent 3a1c5cf commit 7e6b4c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<target name="run" depends="compile" description="Run the application.">
5858
<java classname="${main.class}" classpath="${build.dir}/classes" fork="yes">
59-
<classpath refid="build.classpath"/>
59+
<classpath refid="runtime.classpath"/>
6060
<arg value="--name"/>
6161
<arg value="Java"/>
6262
</java>
@@ -66,7 +66,7 @@
6666
description="Run the application in hotswap mode.">
6767
<java classname="${main.class}" classpath="${build.dir}/classes"
6868
fork="true">
69-
<classpath refid="build.classpath"/>
69+
<classpath refid="runtime.classpath"/>
7070
<jvmarg line="-Xdebug -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=n"/>
7171
<arg value="--loop"/>
7272
<arg value="--name"/>

0 commit comments

Comments
 (0)