Exception in thread "main" java.lang.ExceptionInInitializerError
at com.cyb.mem.test.Test.main(Test.java:10)
Caused by: java.lang.IllegalStateException: Instrumentation is not setup properly. You have to pass -javaagent:path/to/object-explorer.jar to the java interpreter
at com.cyb.mem.InstrumentationGrabber.checkSetup(InstrumentationGrabber.java:16)
at com.cyb.mem.InstrumentationGrabber.instrumentation(InstrumentationGrabber.java:22)
at com.cyb.mem.MemoryMeasurer.(MemoryMeasurer.java:7)
... 1 more
Exception in thread "main" java.lang.ExceptionInInitializerError at com.cyb.mem.test.Test.main(Test.java:10) Caused by: java.lang.IllegalStateException: Instrumentation is not setup properly. You have to pass -javaagent:path/to/object-explorer.jar to the java interpreter at com.cyb.mem.InstrumentationGrabber.checkSetup(InstrumentationGrabber.java:16) at com.cyb.mem.InstrumentationGrabber.instrumentation(InstrumentationGrabber.java:22) at com.cyb.mem.MemoryMeasurer.(MemoryMeasurer.java:7)
... 1 more