java - How do I distribute a JOGL application? -
I wrote an application that makes fine on my machine but when I take it to another machine, then dependent The jogic library can not be found. Is it possible to create a build that can set all required JOGL files so that you can distribute your Java application with the necessary JOGL libraries? If someone can explain this James I wrote a tutorial about how to make redistributable JGL applications for multiple platforms. Tutorial uses Eclipse instead of Netbense, but the principle should be the same. You can use this system to create a JOGL application which is completely self-sufficient, so that the user does not need to install Java. The tutorial is on my blog.