Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Applet With Aspect
Applet With Aspect [message #874805] Mon, 21 May 2012 15:28 Go to next message
Deeman Yousif is currently offline Deeman YousifFriend
Messages: 2
Registered: May 2012
Junior Member
The source code of Projectile Motion is in Java applet,

I added aspect to the project to fix some problems, now I want to run the project

How can I do that while in Run I have only

- Aspect/ Java application

- Java Application

- Java Applete

how to add or run Aspect/ Java Applet??
Re: Applet With Aspect [message #874834 is a reply to message #874805] Mon, 21 May 2012 16:11 Go to previous messageGo to next message
Deeman Yousif is currently offline Deeman YousifFriend
Messages: 2
Registered: May 2012
Junior Member
Any Idea Please!!!
Re: Applet With Aspect [message #875060 is a reply to message #874834] Tue, 22 May 2012 04:19 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
What happens when you try running as a regular applet? This should work since an AspectJ program is a Java program.

The only difference between running as aspectJ vs running as java is that when you run as aspecj, main methods inside of aspects are found.

So, my guess is that this should just work for you. If it doesn't, then it would be great if you raised a big at
https://bugs.eclipse.org/bugs/

If it doesn't work, then you will have to launch from the command line.
Previous Topic:Can't convert Eclipse Java Project
Next Topic:Eclipse 180RD
Goto Forum:
  


Current Time: Thu Apr 25 01:26:11 GMT 2024

Powered by FUDForum. Page generated in 0.04478 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top