Hi,
I'm going to be deploying some web applications on a 64-bit JVM. I
would like to know if its required to recompile/rebuild my web
application on the 64-bit JVM, or I can just move the compiled
byte-code classes direct from my current 32-bit JVM development server.
Thanks for any information.
Chris Uppal - 28 Mar 2006 16:28 GMT
> I
> would like to know if its required to recompile/rebuild my web
> application on the 64-bit JVM,
It is not.
> or I can just move the compiled
> byte-code classes direct from my current 32-bit JVM development server.
You can. At least assuming (as seems likely) that your new server is at least
as recent as your development environment.
-- chris