I have installed a Java JDK 6 (version 1.6.0_11) then downloaded the
release build - TPTP 4.6.0(TPTP all-in-one package, Windows).
Steps by steps explanation:
1.Unzip the ?tptp.runtime.allInOne.win32.win32.x86-TPTP-4.6.0.zip? and
launched the eclipse.exe.
2.Created the java project and then java class( Carmodel.java)
3.Right click on the Carmodel.java file and then click on the profile.
When I launch the Java application locally for profiling, I got the
following error message:
In Console View:
JVMJ9TI001E Agent library JPIBootLoader could not be opened
(The specified module could not be found. )
JVMJ9VM015W Initialization error for library j9jvmti23(-3): JVMJ9VM009E
J9VMDllMain failed
Could not create the Java virtual machine.
Popup window appear with the message:
'The JVMTI agent org.eclipse.tptp.jvmti is not available. Make sure that
the agent's libraries are available and that it is configured properly.
Can u please tell me why these errors are coming? As I am profiling
locally so I don?t think I need the AC and environment variable setting?
If I do need then can u please explain in detail the setting of
environment variable (where exactly do i need to set the path).