This content has been marked as final.
Show 3 replies
-
1. Re: JVMTI_ERROR_NOT_AVAILABLE
Clebert Suconic Jun 7, 2011 12:29 PM (in response to Michael Erskine)JVMTI is 1.6+ right?
-
2. Re: JVMTI_ERROR_NOT_AVAILABLE
Michael Erskine Jun 7, 2011 4:08 PM (in response to Clebert Suconic)Hi Clebert,
Thanks for the reply.
That would certainly make sense of the error, but the documentation (jvmtiProfilerDoc.pdf which is part of the JBoss Profiler 1.0.CR4 download says Java 5 (in the "Installing the Agent" section).
Other documentation e.g. http://download.oracle.com/javase/1.5.0/docs/guide/jvmti/index.html says that JVMTI was introduced in Java 5.
However, if you say it's got to be 1.6+ for this functionality then I accept that, though as I have to use Java 5 for other reasons it means I'm a little bit stuck.
Thanks anyway!
Mike
-
3. Re: JVMTI_ERROR_NOT_AVAILABLE
Michael Erskine Jun 8, 2011 6:40 AM (in response to Michael Erskine)I should also add that this is running on Windows and it seems the Java releases on Windows lag behind other platforms in terms of functionality, so this would explain it.