Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » newbie: how to export as jar
newbie: how to export as jar [message #596186] Fri, 13 July 2007 10:54
Eclipse UserFriend
Originally posted by: TillFC.gmx.net

Hi,
I have built a AspectJ project, that runs just fine when I start if from
inside eclipse. However when I export it as a Jar file it crashes as soon
as I try to instantiate a class that was enhanced using intertype
declarations. I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
at werwolfserver.game.Player.<init>(Player.java:22)
at werwolfserver.game.Game.addPlayer(Game.java:36)
at werwolfserver.net.Server.waitForIncomming(Server.java:30)
at werwolfserver.Main.main(Main.java:10)

Can anybody point me to what I am doing wrong here?
Thank you,
Till
--
Please add "Salt and Pepper" to the subject line to bypass my spam filter
Previous Topic:AspectJ and method overriding
Next Topic:newbie: how to export as jar
Goto Forum:
  


Current Time: Thu Apr 18 07:23:55 GMT 2024

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

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

Back to the top