Fórumok

JDK 1.6.45 with java version 1.7.0_79

Michel Knight, módosítva 8 év-val korábban

JDK 1.6.45 with java version 1.7.0_79

Junior Member Bejegyzések: 34 Csatlakozás dátuma: 2014.09.29. Legújabb bejegyzések
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, módosítva 8 év-val korábban

RE: JDK 1.6.45 with java version 1.7.0_79

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
yes. 32 vs 64 bit is a runtime thing for memory access, doesn't affect compiled code.