OT 32/64 bit classes

2004-10-27 Thread Dale, Matt
Title: OT 32/64 bit classes Hi, We will shortly be moving over to a 64 bit JVM from a 32 bit one. My question is, are the classes the same between 32 bit and 64 bit? or do I have to rebuild both tomcat and the application? Ta Matt Any opinions expressed in this E-mail may be those

Re: OT 32/64 bit classes

2004-10-27 Thread Nikola Milutinovic
Dale, Matt wrote: Hi, We will shortly be moving over to a 64 bit JVM from a 32 bit one. My question is, are the classes the same between 32 bit and 64 bit? or do I have to rebuild both tomcat and the application? Every JVM on this planet uses the same Java ByteCode, which means that there are

Re: OT 32/64 bit classes

2004-10-27 Thread Giuseppe Briotti
Every JVM on this planet uses the same Java ByteCode, which means that there are no 32-bit or 64-bit Java Classes, just Java Classes. This is not really true ;-) The java byte code depends on target option for javac ;-) G

RE: OT 32/64 bit classes

2004-10-27 Thread Dale, Matt
That's what I though, just confirming it. Cheers dude -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: 27 October 2004 11:16 To: Tomcat Users List Subject: Re: OT 32/64 bit classes Dale, Matt wrote: Hi, We will shortly be moving over to a 64 bit JVM from

Re: OT 32/64 bit classes

2004-10-27 Thread Nikola Milutinovic
Giuseppe Briotti wrote: Every JVM on this planet uses the same Java ByteCode, which means that there are no 32-bit or 64-bit Java Classes, just Java Classes. This is not really true ;-) The java byte code depends on target option for javac ;-) Aha. Yes, but it has nothing to do with