Correct, I compile java source on my PC using Sun's JDK 1.4.2 and run the compiled classes on an 64-bit iSeries. PC - Windows 2000 on Intel processor iSeries - OS/400 on PowerPC processor
-----Original Message----- From: vamsee movva [mailto:[EMAIL PROTECTED] Sent: Tuesday, 9 January 2007 9:24 AM To: [email protected] Subject: Re: how to build 64-bit axis version I think, i misunderstood the concepts. I assumed we have to build each and every java application from source if we want to run it on 64-bit machines and i did the same for tomcat and some other things. Thank you everyone for correcting me. So java compiler gives the same byte code whether it is 32 bit or 64-bit machine right?? Thanking you cheers vamsee movva On 1/8/07, Alick Buckley < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: On the 64-bit IBM iSeries, I have 240G of heap. Java Max Heap Size Win (2000/XP) - 1.6 GB Mac OS X - 2 GB Solaris 2.6 and x86 - 2 GB Solaris 7 and Solaris 8 SPARC - 4 GB AS/400 / iSeries (V5R1M0) - 240 GB -----Original Message----- From: vamsee movva [mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Tuesday, 9 January 2007 9:11 AM To: [email protected] <mailto:[email protected]> Subject: Re: how to build 64-bit axis version Yes, i agree with you, we can use same jar files on 64-bit machine. then what is the point using 64-bit machines, i think if we use the same 32-bits jars , we won't get any change in performance. Am i correct?? Thanking you and excuse my english cheers vamsee On 1/8/07, Javier Kohen < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: El lun, 08-01-2007 a las 15:58 -0600, vamsee movva escribió: > I think those class files are generated on 32-bit machine with 32-bit > JVM The Java compiler generates the bytecode, not the JVM. Any compliant JVM should be able to run the bytecode independently of the underlying hardware. > On 1/8/07, Javier Kohen < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: > El lun, 08-01-2007 a las 15:47 -0600, vamsee movva escribió: > > Hello all, > > I am new to axis, i have to work on 64-bit linux > machine, > > i didn't find 64-bit version of axis. > > Could some body explain me how to build axis. > > Axis2 is a pure-Java project. There is no 64-bit version, it > just works > on a 64-bit platform, assuming there is a Java VM for it. > -- > Javier Kohen < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > ICQ: blashyrkh #2361802 > Jabber: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > -- Javier Kohen < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > ICQ: blashyrkh #2361802 Jabber: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
