Re: classPathEntry with relative path

2009-07-04 Thread Jeff Butler
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 at all. Jeff Butler On Sat, Jul 4, 2009 at 1:22 AM, Benjamin Klatt wrote: > Hi all, > > > > I am using the ibator eclipse plugin and have defined a cla

classPathEntry with relative path

2009-07-03 Thread Benjamin Klatt
Hi all, I am using the ibator eclipse plugin and have defined a classPathEnty for the jdbc driver with an absolute path. Does anyone now a way to define this as a relative path inside my eclipse project? Cheers Benjamin