Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AspectJ and J2me Runtime error(AspectJ and J2me Runtime error)
icon4.gif  AspectJ and J2me Runtime error [message #893015] Mon, 02 July 2012 09:58 Go to next message
Rahul Ranjan is currently offline Rahul RanjanFriend
Messages: 2
Registered: July 2012
Junior Member
I have weaved a simple j2me application with a simple aspect .
When i am trying to run it on command prompt i am getting following error.
I have set aspectjrt.jar in classpath.
help if some one can.







TRACE: <at java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundExcept
on>, startApp threw an Exception
java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
- java.lang.Class.invoke_verify(), bci=0
- java.lang.Class.initialize(), bci=117
- com.j2me.part1.DateTimeApp.startApp(), bci=51
- javax.microedition.midlet.MIDletTunnelImpl.callStartApp(), bci=1
- com.sun.midp.midlet.MIDletPeer.startApp(), bci=7
- com.sun.midp.midlet.MIDletStateHandler.startSuite(), bci=269
- com.sun.midp.main.AbstractMIDletSuiteLoader.startSuite(), bci=52
- com.sun.midp.main.CldcMIDletSuiteLoader.startSuite(), bci=8
- com.sun.midp.main.AbstractMIDletSuiteLoader.runMIDletSuite(), bci=161
- com.sun.midp.main.AppIsolateMIDletSuiteLoader.main(), bci=26
java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
- java.lang.Class.invoke_verify(), bci=0
- java.lang.Class.initialize(), bci=117
- com.j2me.part1.DateTimeApp.startApp(), bci=51
- javax.microedition.midlet.MIDletTunnelImpl.callStartApp(), bci=1
- com.sun.midp.midlet.MIDletPeer.startApp(), bci=7
- com.sun.midp.midlet.MIDletStateHandler.startSuite(), bci=269
- com.sun.midp.main.AbstractMIDletSuiteLoader.startSuite(), bci=52
- com.sun.midp.main.CldcMIDletSuiteLoader.startSuite(), bci=8
- com.sun.midp.main.AbstractMIDletSuiteLoader.runMIDletSuite(), bci=161
- com.sun.midp.main.AppIsolateMIDletSuiteLoader.main(), bci=26
Re: AspectJ and J2me Runtime error [message #893101 is a reply to message #893015] Mon, 02 July 2012 15:56 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
Have a look at this FAQ and the linked Bugzilla issue: http://eclipse.org/aspectj/doc/released/faq.php#q:aspectjandj2me

If this doesn't help, post a question to the aspectj users mailing list: http://eclipse.org/aspectj/userlists.php
Previous Topic:About VFP
Next Topic:AJDT - Bug 290741 - Workspace encoding is ignored
Goto Forum:
  


Current Time: Thu Apr 25 06:32:46 GMT 2024

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

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

Back to the top