< prev index next >

apps/scenebuilder/build.xml

Print this page
rev 10114 : 8161704: Switch to Jigsaw-aware boot JDK for compiling FX 9
Reviewed-by:

@@ -22,16 +22,16 @@
         <ant dir="SceneBuilderKit" target="jar" inheritAll="true"/>
         <ant dir="SceneBuilderApp" target="jar" inheritAll="true"/>
     </target>
 
     <target name="run" depends="jar-sb">
+        <!-- FIXME: run using @run.args -->
         <java classname="com.oracle.javafx.scenebuilder.app.SceneBuilderApp"
             fork="true"
             failonerror="true"
             >
         <classpath>
-            <pathelement location="../../build/sdk/lib/jfxrt.jar"/>
             <pathelement location="SceneBuilderApp/dist/SceneBuilderApp.jar"/>
             <pathelement location="SceneBuilderKit/dist/SceneBuilderKit.jar"/>
          </classpath>
        </java>
     </target>
< prev index next >