Search code examples
javalwjgl

How to export a lwjgl3 application


How to export a lwjgl3 application.

Im currently creating a LWJGL3 application. Previously when i was using LWJGL2 i used a .jar program called JarSplice and it worked fine: you would add your application jar, libraries and there natives but now when i try it with LWJGL3 it gives me all sorts of error and i do not know how to get rid of them.

If you know how i could export such an application, please let me know.

Thanx in advance.


Solution

  • You can use launch4j to export jar files to .exe or other formats you can also add libraries and change all sorts of variables.