1 About JNLPConverter
   2 ===================
   3 
   4 JNLPConverter is a standalone tool which uses jpackage to create bundles from
   5 Java Web Start(TM) Applications and helps to migrate from JNLP to jpackage.
   6 JNLPConverter will locate and use the jpackage 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.