When I try to profile my Java application using Java VisualVM, the Threads, CPU, and Memory Memory tabs do not appear. I do not have any JVM arguments for my program other than "-Djava.library.path = lib / native", is there a specific argument that I need to use to enable profiling?
Additional Information:
- Built with Netbeans
- Uses LWJGL
source share