Troubles exporting OpenGl project

Hi i have problem i wanna make executable .jar file from my project. I tried 3 different IDE, many other utilities, adding opengl jars into winrar etc…
But i still cant generate functional executable file. In eclipse project work flawless. Has anybody clue where can be problem ?

The problem might be in loading the .dll files.

I had the same problem a few years ago. You just have to load the opengl dlls at your own in the Java code.
After exporting, you must put the dlls in the same folder as your jar file is. The jar libraries will be added automatically by
all IDEs i think.

  • Daniel

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.