I have downloaded and installed the Java 3d libraries for linux ppc. I get correct compiles, however when running apps (such as the demos) I get the following error from the linker:
ljava.lang.UnsatisfiedLinkError: no J3D in java.library.path
...
it appears the linker can't find the *.so files that were installed in /Library/Java/Home/lib/ppc/ some sites I have found that to fix the error you should update your $LD_LIBRARY_PATH to contain that directory. This doesn't seem to work, and the installation instructions for the linux distribution states that this is not necessary. Does the ljava on OSX look somewhere other than $LD_LIBRARY_PATH? Has anyone gotten the demos to run on OSX? Did i put these files in the wrong directory?