Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Problems on MacOSx

It sounds like your installation may be missing the 
"org.eclipse.jdt.launching.macosx" bundle. This message indicates that 
installed JREs were being restored, but the VM type extension associated 
with the JREs was not present. This bundle contains the VM type extension 
for Mac JREs.

Darin Wright




Thomas Hallgren <thomas@xxxxxxx> 
Sent by: jdt-dev-bounces@xxxxxxxxxxx
02/18/2009 07:29 AM
Please respond to
"Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>


To
jdt-dev@xxxxxxxxxxx
cc
Oisin Hurley <ohurley@xxxxxxxx>, Henrik Lindberg 
<henrik.lindberg@xxxxxxxxxxxxxx>
Subject
[jdt-dev] Problems on MacOSx






A user of Buckminster has problems with headless builds on MacOS X. The 
Eclipse builder encounters a problem and prints the message:

The project was not built since its build path is incomplete. Cannot find 
the class file for java.lang.Object.


After an unsuccessful build, these lines can be found in the log:

     [java] INFO:  Installed JRE 'JVM 1.4' removed due to missing VM type 
extension.
     [java] INFO:  Installed JRE 'JVM 1.4.1' removed due to missing VM 
type extension.
     [java] INFO:  Installed JRE 'JVM 1.4.2' removed due to missing VM 
type extension.
     [java] INFO:  Installed JRE 'JVM 1.5' removed due to missing VM type 
extension.
     [java] INFO:  Installed JRE 'JVM 1.5.0 (MacOS X Default)' removed due 
to missing VM type extension.

I would like some help interpreting what this means. I think the last 
log line is relevant since the build is intended to use the default JVM. 
What component is it that causes the problem? Is it the JVM that lacks 
something? Who is supposed to declare the missing VM type extension?

The Buckminster bugzilla for this problem can be found here: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258587. Any insight that 
might be helpful is greatly appreciated.

Regards,
Thomas Hallgren
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-dev




Back to the top