classloader problem / nested classpath

2005-03-15 Thread ludger goeke
Hallo Jan, im referencing the claspath already with "classpathref" in the tag. Is this equal to a nested class-path tag ? I´m also referencing all needed jar-files in the manifest in the jar file that I execute ? Do I have to nethertheless define a nested classpath in ? Regards Ludger -- DSL K

classloader problem

2005-03-15 Thread ludger goeke
Hallo , I´m using ant as development enviroment and got following problem : when I try to load a class with the Class.forName() method in my application I always get a ClassNotFound exception, although I set the Classpath additionally as an enviroment variable. Does anybody has an idea ? Regards