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
-
On Thu, 07 Oct 2004, Sune Kristensen <[EMAIL PROTECTED]> wrote:
> [rmic] java.lang.NoClassDefFoundError:
> com/sun/corba/se/internal/util/Utility
> [rmic] at
> sun.rmi.rmic.RMIGenerator.sourceFileForClass(RMIGenerator.java:186)
> [rmic] at sun.rmi.rmic.RMIGenerator.(RMI
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