>
> You mean to say if I just copy the byte codes to target machine it
> will know what to do.
>

If you do this on windows:

c:>javac HelloWorld
(complied HelloWorld.java -> HelloWorld.class)

c:>java HelloWorld

then copy HelloWorld.class to your linux or solaris box, and do:

#java HelloWorld

you will get the same results, or as close as can be managed. I've ported a
6-8 month project from Windows to Linux in about 10 mins, which was mostly
changing scripts.

N

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to