Login  Register

release tags in java3d github

Posted by scott+jogamp@vorthmann.org on Feb 08, 2013; 9:00am
URL: https://forum.jogamp.org/release-tags-in-java3d-github-tp4028177.html

Hello again, everyone.

I need to debug the versions of Java3d and JOGL, as available here:

http://cloud.github.com/downloads/hharrison/*/*.jar
http://jogamp.org/deployment/archive/rc/v2.0-rc11/jar/*.jar

However, it is apparent that the Java3d sources have undergone some changes since the last release.  (I haven't cloned JOGL sources yet, but the same may be true there.)  How do I determine which commit to sync to?  Please forgive me if this is a git-newbie question.  I see a "tags" tab on github, but nothing there for java3d-core, at least.

On a related note, should I expect that those versions of Java3d and JOGL will work together?  Would I be better off working from the head of each?

Context:

I'm giving up on my Java Web Start deployment of Java3d and JOGL on Java 1.6 on the Mac;  Apple is determined to make javaws with 1.6 impossible, it seems.

Obviously, the way forward is with Java 1.7, and presumably I can rely on Java Web Start working there, even on the Mac.  To that end, I'm focusing on a local deployment initially, to eliminate the extra variables.  However, I'm having some difficulty getting JOGL 2.0 classes to load, doubtless through some problem with my library path.  I really need to step through the JOGL library loading code.

Thank you,

Scott