Unable to build - no native folder
Posted by Mike on Jul 10, 2013; 7:06am
URL: https://forum.jogamp.org/Unable-to-build-no-native-folder-tp4029544.html
I have been trying to build Java3D from the Git repository. In the end I gave up and used the prebuilt 1.6pre7 jars. The problems I had were:
1. I had to create an empty win32 folder in j3d-core\src\classes
2. The build got further, but failed as there is no folder src/native
I cannot see any C++ code in the zip of the snapshot of the Git repository that I downloaded. The instructions on building refer to SVN, but the links are dead (at least for me).
I'm happy with the prebuilt jars which work fine with VISAD, so good job on this project! I just thought I'd report this in case anyone comes across the same issues.