留言板

JDK 1.6.45 with java version 1.7.0_79

Michel Knight,修改在8 年前。

JDK 1.6.45 with java version 1.7.0_79

Junior Member 帖子: 34 加入日期: 14-9-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
David H Nebinger,修改在8 年前。

RE: JDK 1.6.45 with java version 1.7.0_79

Liferay Legend 帖子: 14917 加入日期: 06-9-2 最近的帖子
yes. 32 vs 64 bit is a runtime thing for memory access, doesn't affect compiled code.