[groovy-user] making Eclipse groovy plugin aware of my additional jar files

Hi

I'm using Eclipse groovy plugin 1.5.1.  Eclipse gives "unable to resolve class" in my groovy script when I
want to operate on class that is in added Jar file. 
How can I make Eclipse groovy plugin be aware of my additional jar files?
Will be very grateful for any advise.

Greetings

Rafal Baranowski

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Martin Stephan | 20 Jul 01:54

Re: [groovy-user] making Eclipse groovy plugin aware of my additional jar files

You have to add those jars as 'External Jars' to the project:
Project->Properties->Java Build Path->Libraries->Add external JAR..

On Fri, Jul 18, 2008 at 3:49 PM, Rafał Baranowski <rafal_baranowski <at> op.pl> wrote:
Hi

I'm using Eclipse groovy plugin 1.5.1.  Eclipse gives "unable to resolve class" in my groovy script when I want to operate on class that is in added Jar file.
How can I make Eclipse groovy plugin be aware of my additional jar files?
Will be very grateful for any advise.

Greetings

Rafal Baranowski

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




Gmane