Posted by
douglaslyon on
Jan 07, 2018; 3:09pm
URL: https://forum.jogamp.org/Jogl-Jogamp-on-Java-9-tp4038012p4038486.html
Just to be clear, ImageJ is removed and is not on the machine.
You wrote:
"Look for "j3d"." I put this into "search programs and files" and came
up empty.
Nothing shows up....
You wrote:
"Ok the problem seems to come from mixing Java3D 1.6.0
> with a version of imagej using an old version of Java3D."
but imagej is uninstalled, so how can that still be true?
You wrote:
"Using Java3D 1.7.0 would avoid some cases of
> name clashes as it uses a different package namespace but anyway, you
> can't load both JOGL 1 for an obsolete version of Java3D and JOGL 2 for
> Java3D >= 1.6."
But at this point, your jogl example does not work with webstart on
a windows machine. I do not think you can blame java3d for this, right?
You wrote:
"Maybe the uninstaller of imagej doesn't clean up
> everything correctly"
Hmm, tricky! I did search the C: drive for imagej,
The program files/imagej was still there.
Good call!!
I removed the folder.
You write:
"In my humble opinion, some of your problems can't be reproduced by
> others including me, there are some serious problems on your own
> machines."
Here is my test of your program for the simple quads:
http://www.docjava.com/book/cgij/code/jnlp/joglquad.jnlpAre you able to reproduce the exception on your machine (windows 7 is
what I am using)?
I think predrag is also able to reproduce exception. We had PM about that.
Getting the error consistent across platforms does seem important.
You write:
"Using Java3D 1.7.0 would avoid some cases of
> name clashes as it uses a different package namespace ..."
I would like to just focus on getting jogl to work with windows and
webstart, for now.
"I advise you to wrap your JARs into a native software with Oracle
> javapackager ".. or
> with JNDT (my tool) but it will be up to you to push the updates.
Ah ha, that is different. JNDT, I never heard of this.
The links listed here:
https://gouessej.wordpress.com/2014/11/22/ardor3d-est-mort-vive-jogamps-ardor3d-continuation-ardor3d-is-dead-long-life-to-jogamps-ardor3d-continuation/#jndtare bad...for example:
http://svn.code.sf.net/p/tuer/code/pre_beta/jndt.xmlno longer goes anywhere...
I now have 193 jnlp files that help with webstart deployment.
Switching them over to some new technology like jndt sounds like a lot
of work.
Thanks!
- Doug
On 1/7/18 9:09 AM, gouessej [via jogamp] wrote: