Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » JVMPI error
JVMPI error [message #210259] Thu, 10 May 2007 20:52 Go to next message
Eclipse UserFriend
Originally posted by: denwe02.ca.com

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@sun.com
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?
Thanks.
Re: JVMPI error [message #210277 is a reply to message #210259] Thu, 10 May 2007 22:06 Go to previous message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Wenjun" <denwe02@ca.com> wrote in message
news:41add0a09b916c35905cdcf621248e05$1@www.eclipse.org...
> 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@sun.com
> 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.
Previous Topic:Update from M6 to M7 via Update Manager. Is it possible?
Next Topic:Problem with 3.3 M7 and Swing menu bars
Goto Forum:
  


Current Time: Tue Apr 23 06:42:56 GMT 2024

Powered by FUDForum. Page generated in 0.09031 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top