If i run "java -version" it returns 64 bit, which i guess means that my default JVM is 64 bit? but eclipse is using 32 bit since System.getProperty("sun.arch.data.model") returns "32".
I can't use the libraries i need in 32bit mode, jogl which auto detects my platform and incorrectly tries to load a 32bit dll. See more information in my other question: https://stackoverflow.com/questions/14007335/eclipsejogl-issue-cant-load-amd-64-bit-dll-on-a-ia-32-bit-platform
I'm running 64 bit windows 7, eclipse, java and JDK. even tried uninstalling Jre 32 bit to no avail.
Someone else having a similar problem with no solution given: How to reconfigure eclipse to use a 64 bit JVM
Can anyone tell me how i can specify the correct jvm?