Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] java.lang.ClassNotFoundException: org/aspectj/lang/SoftException

What is the cause of this exception when using Eclipse 3.0 to run your
aspectj programs? I checked the project java-build path etc, and
aspectjrt.jar is there etc..

The program compiles but at runtime it is not able to find this 
Org.aspectj.lang.softexception

java.lang.ClassNotFoundException: org/aspectj/lang/SoftException
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at Hello.HelloWorld.main(HelloWorld.java:45)

-
Sudhakar Ramakrishnan
x3520, ESRI 
 



Back to the top