Hello all,
I am using Intellij Idea as my primary IDE now, (moved from Eclipse) and after some struggling managed to get JOGL working with it. In doing so, I had to set the VM Parameters with -Djava.library.path=“JOGL path”. If I were to build this application and give it to someone using a different computer, would they need to install JOGL to the specified “JOGL path”, or could they simply run the program and not get any errors (ClassNotDefined, no JOGL in path, etc.)?
Thank you for your help. ;D