Java Web Start Screen not showing correct values -
i asking 2nd question in post accidentally asked 2 in 1 thread. link original post ->post 1. trying run jws , not getting desired values in pop screen.
how can change selected portion in red in below image, not providing in jnlp file?
below details.
jnlp file :
<information> <title>title</title> <vendor>pallab</vendor> <homepage href="http://localhost:8080/" /> <icon kind="splash" href="pic.gif"/> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.6+" /> <jar href="withoutmanifest.jar" /> </resources> <application-desc main-class="withoutmanifest" />
janela report - version 11.05.17 :
report http://localhost:8080/withoutmanifest.jnlp
1.xml encoding not known, declared utf-8
optimize application off-line use adding flag.
downloads can optimized specifying resource size 'withoutmanifest.jar'.
the resource download @ withoutmanifest.jar can optimized removing (default) value of download='eager'.
5.the resource download @ withoutmanifest.jar can optimized removing (default) value of main='false'.
it might possible optimize start-up of app. specifying download='lazy' withoutmanifest.jar resource.
lazy downloads might not work expected withoutmanifest.jar unless download 'part' specified.
downloads can optimized specifying resource size 'pic.gif'. icon loading & use can optimized specifying width , height pic.gif
the href of 'http://localhost:8080/' optimized ''.
apache version -8.0.23 java version - 1.8.0_40-b26
Comments
Post a Comment