--- /dev/null 2018-10-22 10:22:41.000000000 -0400 +++ new/src/demo/share/jpackager/JNLPConverter/README.txt 2018-10-22 10:22:38.858863600 -0400 @@ -0,0 +1,23 @@ +About JNLPConverter +=================== + +JNLPConverter is a standalone tool which uses jpackager to create bundles from +Java Web Start(TM) Applications and helps to migrate from JNLP to jpackager. +JNLPConverter will locate and use the jpackager tool from the same JDK as used +to run JNLPConverter. JNLPConverter supports HTTP/HTTPS and FILE protocol. + +Running JNLPConverter +===================== + +To run the JNLPConverter: + + java -jar JNLPConverter.jar + +To get help on JNLPConverter options: + + java -jar JNLPConverter.jar --help + +These instructions assume that this installation's version of the java command +is in your path. If it isn't, then you should either specify the complete path +to the java command or update your PATH environment variable as described +in the installation instructions for the Java(TM) SE Development Kit.