classPathEntry with relative path

View: New views
2 Messages — Rating Filter:   Alert me  

classPathEntry with relative path

by Benjamin-Klatt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi all,

 

I am using the ibator eclipse plugin and have defined a classPathEnty for the jdbc driver with an absolute path.

<classPathEntry location="c:\mysql\mysql-connector-java-5.1.7-bin.jar" />

 

Does anyone now a way to define this as a relative path inside my eclipse project?

 

Cheers

Benjamin

 


Re: classPathEntry with relative path

by Jeff Butler-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The best way is to use the Eclipse integrated Ant task and add the JAR to the classpath in the launch configuration.  Then you don't need the <classPathEntry> at all.

Jeff Butler


On Sat, Jul 4, 2009 at 1:22 AM, Benjamin Klatt <benjamin@...> wrote:

Hi all,

 

I am using the ibator eclipse plugin and have defined a classPathEnty for the jdbc driver with an absolute path.

<classPathEntry location="c:\mysql\mysql-connector-java-5.1.7-bin.jar" />

 

Does anyone now a way to define this as a relative path inside my eclipse project?

 

Cheers

Benjamin