src/demo/share/jpackager/JNLPConverter/README.txt
branchJDK-8200758-branch
changeset 56963 eaca4369b068
equal deleted inserted replaced
56962:a769ad2d40d6 56963:eaca4369b068
       
     1 About JNLPConverter
       
     2 ===================
       
     3 
       
     4 JNLPConverter is a standalone tool which uses jpackager to create bundles from
       
     5 Java Web Start(TM) Applications and helps to migrate from JNLP to jpackager.
       
     6 JNLPConverter will locate and use the jpackager tool from the same JDK as used
       
     7 to run JNLPConverter. JNLPConverter supports HTTP/HTTPS and FILE protocol.
       
     8 
       
     9 Running JNLPConverter
       
    10 =====================
       
    11 
       
    12 To run the JNLPConverter:
       
    13 
       
    14   java -jar JNLPConverter.jar <mode> <options>
       
    15 
       
    16 To get help on JNLPConverter options:
       
    17 
       
    18   java -jar JNLPConverter.jar --help
       
    19 
       
    20 These instructions assume that this installation's version of the java command
       
    21 is in your path. If it isn't, then you should either specify the complete path
       
    22 to the java command or update your PATH environment variable as described
       
    23 in the installation instructions for the Java(TM) SE Development Kit.