Running 32bit eclipse with 32bit jvm on windows 64bit
问题 One of the .jar files I am using only works with the 32-bit java virtual machine on windows. I installed the 32bit versions of eclipse and the jdk but it is still getting the same error. What commands would I use in the run configuration to specify 32-bit virtual machine for running the application that uses this .jar file? -vm C:\Program Files (x86)\Java\jre6\bin\javaw.exe doesn't work. Any ideas? 回答1: There are TWO JVM's in action when developing with Eclipse. One running Eclipse itself,