JWS Feedback
Jeff Palmer
jcpalmer at rochester.rr.com
Wed May 2 12:21:30 PDT 2012
Tried to create java.net account so this could be posted in the location requested. Never got confirm message. Sent test message from elsewhere & showed up right away. Hit back button & addr was right. Submitted again & email & user name taken. Anyway, here is what would have been posted:
- Always trust content from this publisher text is cramped from text above.
- Explicitly requesting a 1.6 version gets Unsupported version of Java dialog. Same with 1.6+, 1.7, & 1.7.0_06-ea. Leaving out version tag correctly errors, saying there must be a version. This makes JWS virtually untestable. Prefer 1.6+ to work, so same .jnlp can work for Snow Leopard.
This is resources section being used:
<resources>
<j2se
version="1.7"
java-vm-args="-Xmx200m -Dswing.grayrect.color=Transparent -Djava2d.speedofpainting=UNIMAGINABLE"
/>
<jar href="my-app.jar" main="true" size="1632651" />
</resources>
<resources os="Mac">
<j2se
version="1.7.0_06-ea"
java-vm-args="-Xmx200m -Dswing.grayrect.color=Transparent -Dapple.awt.graphics.UseQuartz=true"
/>
</resources>
- The signing checking of comparing Application.jnlp in jar to website's works as before. Refuses to run, when they do not match.
More information about the macosx-port-dev
mailing list