Which JME version would be the best for Win7 x64?

Hi.



I was just wondering which JME version would be the best for me to use with windows 7.



64-bit version or 32-bit?



Does 32-bit JME work with 64-bit java?



Which version should I use, JME2.1?



Is JME 3 out?

I was just wondering which JME version would be the best for me to use with windows 7. 64-bit version or 32-bit?

jME is written in Java so the same version works on both 64 bit and 32 bit.
If your system supports 64 bit, you should use 64 bit Java as it is faster.

Which version should I use, JME2.1? Is JME 3 out?

jME2.1 doesn't exist. I think you're talking about jME2 from SVN vs. jME2 latest build, if you would like your jME to have the latest bugfixes and features then use jME2 from SVN, if you prefer a stable engine then use jME2 build.
jME3 is in development but nothing stops you from using it right now if you need the features.

I can verify that, I'm currently running JME on Win7 x64 with 32-bit Java!

Momoko_Fan said:

jME is written in Java so the same version works on both 64 bit and 32 bit.
If your system supports 64 bit, you should use 64 bit Java as it is faster.


Tx, I might be wrong, but I read somewhere that 32-bit opengl or openal wont work with 64-bit java. Is it true or false?

OpenGL/OpenAL for 32 bits indeed will not work on 32 bit Java. But LWJGL has recently started providing 64 bit natives for these so 64 bit is now fully supported.