< prev index next >

modules/javafx.graphics/src/main/java/com/sun/javafx/css/parser/Css2Bin.java

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

@@ -29,11 +29,11 @@
 
 import java.io.File;
 import java.io.IOException;
 
 /** Css2Bin <input file> [<output file name>]
- * java -classpath <sdk desktop lib path>/javafx-ui-common.jar com.sun.javafx.css.parser.Css2Bin input.css output.bss
+ * java com.sun.javafx.css.parser.Css2Bin input.css output.bss
  *  If no output file is given, then the input file name is used with an extension of 'bss'x
  */
 public final class Css2Bin {
     public static void main(String args[]) throws Exception {
 
< prev index next >