Re: Canvas3D resize problem
Posted by
runiter on
Feb 19, 2014; 3:23am
URL: https://forum.jogamp.org/Canvas3D-resize-problem-tp4031602p4031650.html
I use chrome for browser.
I used the jnlp you supplied as template and removed all my signed jogl files and instead a reference to your jogl directly:
<extension name="jogl-all-awt" href="
http://jogamp.org/deployment/archive/rc/v2.1.4/jogl-all-awt.jnlp" />
Even though now it's directly using your jar files with Sven's signatures, it still crashes the same way with same zip error!!
You can try it yourself and see:
http://www.runiter.com/webstart/test_gc3/grapher.jnlpSo I guess it's safe to say the problem is not the corrupt jar file but it's a bug in the program.
The example you sent doesn't have a canvas. Do you have an example when canvas? The crash seem to occur when canvas is being initialized. Even better do you have a Java3D example with your own jnlp?