Re: java.lang.OutOfMemoryError: PermGen space

2010-10-19 Thread dsh
Ted, just did a simple HelloWorld.java to test -d32 and it works for me (i.e. the main method will be executed and I am not getting any error like you). I as well can execute java -d32 -version which won't show the 64-Bit Server string portion and thus I assume it successfully switched to 32bit mo

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-19 Thread dsh
Too bad I thought I got -d32 once working while a was working on a project which was using JNI to access 32Bit native libs... On Mon, Oct 18, 2010 at 6:50 PM, Ted Kirby wrote: > Thanks Daniel.  I added -d32 to MAVEN_OPTS, but got: > Cannot run Java in 32 bit mode. Continuing in 64 bit mode. > > I