The issue is that GWT doesn't appear to play well with 64bit JVMs
(read about all the problems people were having on 64 bit linux)
the server side bits should be happy in java6, it is just the compiler
that doesn't behave, so specify the 1.5 jvm for compiling (easy enough
to do in eclipse) and deploy to whatever.
-jason