-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
9
List of Modifications Required.
1. Following listed two needed to be added in javapackager -help command.
a. javapackager -help bundlers
b. javapackager -help <bundler-id>
2. In the Sample Usage Can we add sample usage of jdk9 modules?
Sample usages:
--------------
javapackager -createjar -appclass package.ClassName
-srcdir classes -outdir out -outfile outjar -v
Packages the content of the classes directory to outjar.jar,
sets the application class to package.ClassName.
javapackager -deploy -outdir outdir -outfile outfile -width 34 -height 43
-name AppName -appclass package.ClassName -v -srcdir compiled
Generates outfile.jnlp and corresponding outfile.html files in
outdir for aplication AppName that is started by package.ClassName
class and has dimensions of 34x43.
3. please remove -makeall from help.
1. Following listed two needed to be added in javapackager -help command.
a. javapackager -help bundlers
b. javapackager -help <bundler-id>
2. In the Sample Usage Can we add sample usage of jdk9 modules?
Sample usages:
--------------
javapackager -createjar -appclass package.ClassName
-srcdir classes -outdir out -outfile outjar -v
Packages the content of the classes directory to outjar.jar,
sets the application class to package.ClassName.
javapackager -deploy -outdir outdir -outfile outfile -width 34 -height 43
-name AppName -appclass package.ClassName -v -srcdir compiled
Generates outfile.jnlp and corresponding outfile.html files in
outdir for aplication AppName that is started by package.ClassName
class and has dimensions of 34x43.
3. please remove -makeall from help.