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 <[email protected]> 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 > > >
