Closed GoogleCodeExporter closed 8 years ago
Essentially, my guess is you're running code on a Java 5 platform which was
built on
Java 6. It's quite possibly your own code - usually it says in the error what
class
it's having problems with.
My guess is there is a mismatch between where your classes are being built and
what's
running the server. If you're on Eclipse 3.4, it will use Java 6 (if you
configure
that to be the default with the Java Preferences app). However, the command
line will
default to using Java 5, even if you change the Java Preferences. So, it's
possible
that your IDE is building in Java 6 and the command line in Java 5.
Note that you can't run the 'Hosted Mode' debugger in Java 6. There are some fun
workarounds to get that going too...
Original comment by Bitmei...@gmail.com
on 25 Jun 2009 at 4:00
I think the problem is as described in the previous comment: Make sure that all
your
code is compiled against the same Java version! I'll close this issue, feel
free to
ping me if you think that it is a Gin problem.
Original comment by aragos
on 2 Jul 2009 at 4:10
Original issue reported on code.google.com by
vierunds...@googlemail.com
on 23 Jun 2009 at 8:52