Compile 32 bit Java builds on 64 bit machine with Eclipse

前端 未结 5 1742
粉色の甜心
粉色の甜心 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:16

    You could install a 32bits jdk on a 64bits machine. point the JAVA_HOME to this jdk and use it. It

提交回复
热议问题