Error occurred during initialization of VM
Could not find agent library in absolute path: /usr/opt/eclipse/plugins/com.chronon.sb.browser.recordercontainer_1.0.0.84/libs/librecorderagent64-1.0.0.so
Manually browsing to:
/usr/opt/eclipse/plugins/com.chronon.sb.browser.recordercontainer_1.0.0.84/libs
I see the librecorderagent64-1.0.0.so file is there.
Notes about my setup:
I run eclipse helios out of /usr/opt/eclipse folder, the executable for eclipse is located at: /usr/opt/eclipse/eclipse
I run java out of:
/usr/opt/jdk which is a sym link to the current version of java I am using.
-
EMPLOYEE
1are you sure you are using the 64 bit jvm.
unfortunately this error msg is quite deceiving since the Sun Hotspot VM outputs this in a lot of other cases than just an incorrect path. -
-
Aha! It works.
For everyone else, here was my solution:
I double checked that yes, indeed, I had 64-bit jvm installed (java -version). I made sure it was the default jvm in eclipse (Under Installed JREs).
After that, I still received the same error message I was getting before.
The solution was to go into the Chronon run configuration for the app I was trying to run and then to the 'JRE' tab and sure enough my app was set to run on the wrong jre. Switching it to 64-bit jre fixed the problem. Woot!
I look forward to playing with Chronon, it looks amazing, everyone I have showed it too has been blown away.
Thanks for the help Prashant! -