掲示板

JDK 1.6.45 with java version 1.7.0_79

8年前 に Michel Knight によって更新されました。

JDK 1.6.45 with java version 1.7.0_79

Junior Member 投稿: 34 参加年月日: 14/09/29 最新の投稿
HI,
I've got a 32 bits environment that look like this:
Server : Linux : Running Java 32 Bits with version 1.7.0_79
Workstation: Windows: Java 32 Bits with JDK1.6.0_45

All my dev is done on my workstation, I'm pretty sure that it shouldn't give me any issue...
Here my Question:
Will the code developed on my Workstation work once deployed to my Server(Linux)?

Regards,

Michel
thumbnail
8年前 に David H Nebinger によって更新されました。

RE: JDK 1.6.45 with java version 1.7.0_79

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
yes. 32 vs 64 bit is a runtime thing for memory access, doesn't affect compiled code.