Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » how can i use aspectj with my eclipse-plugin
how can i use aspectj with my eclipse-plugin [message #31829] Mon, 15 March 2004 06:54 Go to next message
Eclipse UserFriend
Originally posted by: celetium.hotmail.com

Hello

I am developing a plugin on eclipse. I want to know which method is called
when i chick on a swt control. I choose aspectj to write a tracing aspect.
But, once i test plugin in eclipse runtime env, i meet a error:
java.lang.NoClassDefFoundError: org/aspactj/lang/Signature. I have added
the aspectjrt.jar in my project classpath. I have tryed to add it in the
'Source Lookup Path' option of Run dialog. But the error still stick me.

I need your help..

thanks
Re: how can i use aspectj with my eclipse-plugin [message #31864 is a reply to message #31829] Mon, 15 March 2004 19:59 Go to previous message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

You might need to add it to the _runtime_ path of your plugin.

Eric

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
"Ben" <celetium@hotmail.com> wrote in message
news:c33juc$mog$1@eclipse.org...
> Hello
>
> I am developing a plugin on eclipse. I want to know which method is called
> when i chick on a swt control. I choose aspectj to write a tracing aspect.
> But, once i test plugin in eclipse runtime env, i meet a error:
> java.lang.NoClassDefFoundError: org/aspactj/lang/Signature. I have added
> the aspectjrt.jar in my project classpath. I have tryed to add it in the
> 'Source Lookup Path' option of Run dialog. But the error still stick me.
>
> I need your help..
>
> thanks
>
Re: how can i use aspectj with my eclipse-plugin [message #576272 is a reply to message #31829] Mon, 15 March 2004 19:59 Go to previous message
Eric Bodden is currently offline Eric BoddenFriend
Messages: 32
Registered: July 2009
Member
You might need to add it to the _runtime_ path of your plugin.

Eric

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
"Ben" <celetium@hotmail.com> wrote in message
news:c33juc$mog$1@eclipse.org...
> Hello
>
> I am developing a plugin on eclipse. I want to know which method is called
> when i chick on a swt control. I choose aspectj to write a tracing aspect.
> But, once i test plugin in eclipse runtime env, i meet a error:
> java.lang.NoClassDefFoundError: org/aspactj/lang/Signature. I have added
> the aspectjrt.jar in my project classpath. I have tryed to add it in the
> 'Source Lookup Path' option of Run dialog. But the error still stick me.
>
> I need your help..
>
> thanks
>
Previous Topic:how can i use aspectj with my eclipse-plugin
Next Topic:Where/how can I get source code?
Goto Forum:
  


Current Time: Sat Apr 27 00:47:31 GMT 2024

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

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

Back to the top