Hey, I’m new to both Java and JOGL (though I’ve worked with OpenGL and C++ a lot), and I must say installing JOGL was a bit of a pain comparing to my past experience. Anyway, I want to ensure myself that the people who will use my applications won’t have to go through all those quirky details (setting paths, using java.exe and a command prompt to run the program).
Is it possible to get something more easy to install and run than a bunch of class-files and native drivers? Most prefered solution is a exe-file (or anything that runs with just a click, in worst case a bat-file) and subdirectories in the project that contains the natives. How would i need to to do get this to work?
Thanks for any helpful replies,
/Lord Maz