Re: release tags in java3d github
Posted by scott+jogamp@vorthmann.org on Feb 09, 2013; 6:34pm
URL: https://forum.jogamp.org/release-tags-in-java3d-github-tp4028177p4028188.html
Harvey, I hit a real snag, now. With either JOGL rc10 or rc11, I see this error compiling java3d:
[javac] /Users/vorth/vZome/java3d-core/src/classes/share/javax/media/j3d/JoglPipeline.java:78: package com.jogamp.common.nio does not exist
[javac] import com.jogamp.common.nio.Buffers;
[javac] ^
(and of course lots of downstream errors)
Should I be building JOGL from source, too?
Scott