That's explains it. The class file format is changed for jdk1.4, and the classes in the distribution were probably compiled with jdk1.3. I never saw the error because I compile my classes with jdk1.4.
Javier > -----Original Message----- > From: apple, jim [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 13, 2001 8:32 AM > To: 'JDE Mailing List' > Subject: RE: Problems with compile server > "java.lang.IncompatibleClassChangeError" -- Work around > > > I was able to work around this problem by recompiling > CompileServer.java with the 1.4 javac compiler. > > I repro'd the problem on 2 machines and in both cases, the problem > was resolved. > > Thanks to all who responded > > - Jim > > > -----Original Message----- > > From: apple, jim > > Sent: Monday, November 12, 2001 7:48 AM > > To: 'JDE Mailing List' > > Subject: Problems with compile server > > "java.lang.IncompatibleClassChangeError" > > > > > > When I try to compile any file I get this expception > > "java.lang.IncompatibleClassChangeError" ? > > > ...
