Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] ask for compiling examples - sorry if duplicated


Thanks. I can open the example package now. However, I have another problem. I use Eclipse 2.0.2 with aspectj 1.0.6. I create a new aspectj project and add 2 files in the introduction package (Point.java and ComparablePoint.java) to test my first aspectj project. I already added the aspectjrt.jar to the lib and made configurations as instructed. Unfortunately, it cannot run. This is the compiler error:

Error occurred during initialization of VM

java/lang/NoClassDefFoundError: java/lang/Object


For the reason that I am completely new to aspectj and eclipse, it's really difficult for me to find out the problem. Anybody has experienced this problem, please help me.

MHoang.

----- Original Message -----
Sent: Thursday, January 23, 2003 5:50 PM
Subject: RE: [aspectj-users] ask for compiling examples - sorry if duplicated

Hello,

Two things:

1) If you're using AspectJ 1.1beta to do your exploration, don't worry about the example and docs package, since all the examples and docs are included in the one download.

2) If you're using AspectJ 1.0.6, then I've found that winzip (http://winzip.com) handles .tar.gz files well.

-erik

-----Original Message-----
From: Ha Nguyen [mailto:d.h.nguyen@xxxxxxxxxxxxxx]
Sent: Wednesday, 22 January, 2003 6:21 pm
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] ask for compiling examples - sorry if duplicated


I am beginning to learn how to work with AspectJ. I want to try to compile some examples as described in the online Documentation but I cannot open the example and doc package (the tar file). Does it work on WindowsXP or do I have to work with it on a Unix-base system ?
Please help me out. Thank you.

MHoang
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top