On Feb 10, 2008 12:55 PM, Mayuresh Kathe <[EMAIL PROTECTED]> wrote:
> Compiled it using "javac" and ran it using "java".
> It runs OK, but when I viewed it using "od -x helloWorld.class | less"
> the first 8 bytes have been inverted, reminds me of the NUXI problem,
> see below:
> 0000000     feca    beba    0000    3100    1d00    000a    0006    090f

Because your machine is little endian :P

Now try on a sparc64 and see what happens.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett

Reply via email to