Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Re: Can't run project as java/lang/NoClassDefFoundError: java/lang/Object

It is to do with build configuration files which end with .lst .
You can specify with this file which aspects and classes to be compiled ..
So you probably have one of these files on your project and the class you trying to run is not included in it.
you can add one using the  "build configuration file"  of the new aspectj wizard
the right click on the file and select "Seelct this building config"
 
hope this helps
 
iyad
 
----- Original Message -----
From: Bo Su
Sent: Friday, February 28, 2003 3:51 AM
Subject: [ajdt-dev] Re: Can't run project as java/lang/NoClassDefFoundError: java/lang/Object


Hi,
 
When I want to run my project in Eclipse, I got the following exception:
 

Error occurred during initialization of VM

java/lang/NoClassDefFoundError: java/lang/Object

Any ideas

Bo SU


Back to the top