Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] runtime library missing

thank you mamun this is a really nice project/compiler program. I like it alot and it has the library thanks a lot

Trace Johnson
Senior Admin and Co-owner of FnG
Lan Gaming Association of Texas Tech
trace.johnson@xxxxxxx
trace.johnson.ttu@xxxxxxxxx
(817)797-3767
________________________________________
From: aspectj-users-bounces@xxxxxxxxxxx [aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Mamun [mamuninfo@xxxxxxxxx]
Sent: Wednesday, December 15, 2010 1:31 AM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] runtime library missing

Hi
You can use spring roo. This is very cool project for both aspectj and spring. From installation to build a project you may need total 20min. Roo will load all of your aspectj lib and maven class path.

Regards,
Mamun
Munich, Germany


On Wed, Dec 15, 2010 at 7:33 AM, Johnson, Trace <trace.johnson@xxxxxxx<mailto:trace.johnson@xxxxxxx>> wrote:
I used the update manager on eclipse to download all the files and plugins needed but still have that error, do i need to include the runtime somewhere in the program or anything?

Trace Johnson
Senior Admin and Co-owner of FnG
Lan Gaming Association of Texas Tech
trace.johnson@xxxxxxx<mailto:trace.johnson@xxxxxxx>
trace.johnson.ttu@xxxxxxxxx<mailto:trace.johnson.ttu@xxxxxxxxx>
(817)797-3767
________________________________________
From: aspectj-users-bounces@xxxxxxxxxxx<mailto:aspectj-users-bounces@xxxxxxxxxxx> [aspectj-users-bounces@xxxxxxxxxxx<mailto:aspectj-users-bounces@xxxxxxxxxxx>] On Behalf Of Andrew Eisenberg [andrew@xxxxxxxxxxxx<mailto:andrew@xxxxxxxxxxxx>]
Sent: Tuesday, December 14, 2010 9:56 PM
To: aspectj-users@xxxxxxxxxxx<mailto:aspectj-users@xxxxxxxxxxx>
Subject: Re: [aspectj-users] runtime library missing

How did you install AJDT?  Did you by any chance unzip an update site
into your dropins directory?  org.aspectj.runtime_1.6.10.2010100313300
should be unzipped into a folder in your plugins directory.  The jar
should not exist.  Instead, you should point your update manager to
the downloaded zip file.

On Tue, Dec 14, 2010 at 5:17 PM, Johnson, Trace <trace.johnson@xxxxxxx<mailto:trace.johnson@xxxxxxx>> wrote:
> I'm having a problem with eclipse and running an aspectj program. When I run my program I get an error that says that aspectjrt.jar is missing from org.aspectj.runtime_1.6.10.2010100313300.jar. I don't know what is wrong if I'm forgetting something in my program itself or if there is problem with the file itself, I know i have that runtime jar because I went into the folder and found it. Any help would be greatly appreciated
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx<mailto:aspectj-users@xxxxxxxxxxx>
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx<mailto:aspectj-users@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx<mailto:aspectj-users@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top