LWJGL 2.9.3 : 60 FPS when testing in my Java IDE, but 7 FPS on exec .jar file?

Started by CaptainLocoMoco, August 20, 2016, 16:52:51

Previous topic - Next topic

CaptainLocoMoco

I'm not sure what could be causing this issue. When I export my LWJGL program to an executable .jar my FPS gets destroyed. I've tried providing more RAM to the JVM, but that didn't help.

SHC

Interesting, never experienced such an issue. Can you provide more details? Did you profile your application?

CaptainLocoMoco

I used VisualVM and compared the IDE application and the exported one. Both were showing very similar results. I'm honestly not sure what info to give you.

Cornix

Are you using VSync and is any other application using also VSync in the background?