Compile 32 bit Java builds on 64 bit machine with Eclipse

前端 未结 5 1741
粉色の甜心
粉色の甜心 2021-01-24 20:41

so the questions as in the title, I need to run my server application in Tomcat on a System which is 32 bit Windows XP, I am working and compiling on my 64 bit Windows 7 in Ecli

5条回答
  •  花落未央
    2021-01-24 21:15

    Java is independent of the OS.

    You can compile with your 64bit machine and run this on a 32bit computer as long as this computer has a 32bit VM.

提交回复
热议问题