> -----Original Message-----
> From: Javier S. L�pez [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 13, 2001 10:37 AM
> To: apple, jim; 'JDE Mailing List'
> Subject: RE: Problems with compile server
> "java.lang.IncompatibleClassChangeError" -- Work around
> 
> 
> The problem is this. The compile server depends on the Main 
> class living
> in com.sun.tools.javac.Main. The JDE distribution offers the
> CompileServer compiled with jdk1.3, so it was compile with the jdk1.3
> Main class.
> When you tried to run it with jdk1.4, the Main class being used is
> different from the Main class that the Compile Server was 
> compile with,
> hence, the IncompatibleClassChangeError.

Ok, make sense

> 
> Javier
> P.S. Jim, I bet a lot more people are going to have this 
> problem as they
> start migrating to jdk1.4. Do you mind adding a FAQ on this problem on
> the JDE website and how to fix it?


Sure, be glad too

Bye

- Jim

Reply via email to