Re: rmic in jdk 1.5.0 and ant fails - SOLVED

2004-10-07 Thread Sune Kristensen
Stefan Bodewig wrote Hmm, then either sun.rmi.rmic.RMIGenerator doesn't know it (unlikely) or you are running sun.rmi.rmic.Main from an older JDK. Is there jar on your CLASSPATH which contains a class like this? Candidates are a tools.jar in ANT_HOME/lib and similar strange things. Stefan -

rmic in jdk 1.5.0 and ant fails

2004-10-07 Thread Sune Kristensen
Hi I have a project that works without a problem with Ant and Jdk 1.4.2_05, but if I try to compile it with Jdk 1.5.0 it failes with the following error: ant -v output: Apache Ant version 1.7alpha compiled on October 6 2004 Buildfile: build.xml Detected Java version: 1.5 in: /pack/jdk1.5.0/jre D