Login  Register

Re: Problem of compilation of java3d sources

Posted by hharrison on Nov 17, 2014; 4:30pm
URL: https://forum.jogamp.org/Problem-of-compilation-of-java3d-sources-tp4033563p4033564.html

j3d-core and j3d-utils can only be built as a single unit that produces the two jars as they mutually require classes found in the other package.  Please use the ant script found in the j3d-core repo as a guide.

It's inconvenient, but that's just the way it is unfortunately.

Harvey