Reputation: 23178
Is there a vm option option to enable 32bit compatibility mode?
I've googled but couldn't find how to do it anywhere!
The reason I am doing it is I'm trying to run the GWT on Linux Ubuntu 64 as the link below indicates is possible.
Issue 134: GWT hosted web browser does not work in 64-bit Linux
Upvotes: 0
Views: 456
Reputation: 541
The Sun 1.6 JVM does not have an option to enable 32bit mode. You can however install a 32bit JVM along side the install of the 64bit JVM.
Upvotes: 1
Reputation: 66886
You mean run the JVM as a 32-bit JVM? Try -d32 on the command line.
Upvotes: 2