Re: 2.1.5 Release
Posted by jmaasing on Mar 11, 2014; 6:16pm
URL: https://forum.jogamp.org/2-1-5-Release-tp4031829p4031844.html
I have a very strange problem compiling using 2.1.5, not sure if it just my machine or what is going on.
I'm using maven + jdk build 1.8.0-ea-b121. I changed my POM files to depend on jogl 2.1.5 instead of 2.1.4 and now javac can't find any jogl classes.
I see that the JAR files for 2.1.5 are downloaded, I can even run jar -tf jogl-all.jar and see all the classes but javac will not see them. Switching back to 2.1.4 and everything works fine.
My question is, can this be related to some JAR-signing or some security that Oracle has screwed with in later JDKs?