“no JOGL in java.library.path”
I used to get this error when I didn’t properly set my environmental variables in WinXP.
How might I prevent this error in the future if I wished to copy my JOGL projects onto another machine where I did not have permission to change the environmental variables?
An extention of this problem would be how to properly setup Java Web Start for a program that uses jogl.jar- my efforts in the past have still required me to manually change the Window’s environmental variables. However, I don’t want to require people to do this. I want it to be seemelss like I’ve seen in other applications yet, I don’t know how they achieved it.