[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: JVMPI error
|
"Wenjun" <denwe02@xxxxxx> wrote in message
news:41add0a09b916c35905cdcf621248e05$1@xxxxxxxxxxxxxxxxxx
> I'm following the API Recorder tutorial to try a java code I have. After I
> did the Java Application configuration and switching to the Profilng and
> Logging perspective, I got error: Could not resolve to JVMPI interface
> FATAL ERROR: JVMPI, an experimental interface, is no longer supported.
> Please use the supported interface: the JVM Tool Interface (JVM TI).
> For information on temporary workarounds contact: jvmpi_eol@xxxxxxx
> Error occurred during initialization of VM
> -Xrun library failed to init: piAgent
>
> I checked that I installed jdk6.0
>
> What can I do to pass this error?
Questions about TPTP might be best asked on the eclipse.tptp newsgroup.
But anyway: JVM 6 does not support JVMPI. If you're running on a Java 6 VM,
you need to use JVMTI instead, which means you need to use Eclipse 3.3 and
the newest version of TPTP.
The alternative is to run on a Java 5 or older VM.