Re: Java : Cafe Babe...

2008-02-11 Thread Mayuresh Kathe
On Feb 11, 2008 2:07 PM, Julian Leyh [EMAIL PROTECTED] wrote: On 20:41 Sun 10 Feb , Edd Barrett wrote: Now try on a sparc64 and see what happens. in case he doesn't have one, here the output on sparc64: [EMAIL PROTECTED]:~ $ od -x helloWorld.class |head -n 1 000 cafebabe

Re: Java : Cafe Babe...

2008-02-11 Thread Julian Leyh
On 20:41 Sun 10 Feb , Edd Barrett wrote: Now try on a sparc64 and see what happens. in case he doesn't have one, here the output on sparc64: [EMAIL PROTECTED]:~ $ od -x helloWorld.class |head -n 1 000 cafebabe0031001d0a0006000f09 Regards, Julian --

Java : Cafe Babe...

2008-02-10 Thread Mayuresh Kathe
Hi, I've go an AMD32 bit machine (dmesg at the bottom of the mail). I compiled JDK 1.5 from the ports and am able to run complex Java based applications like NetBeans. I wrote a small test prog like the one below: class helloWorld { public static void main(String args[]) {

Re: Java : Cafe Babe...

2008-02-10 Thread Philip Guenther
On Feb 10, 2008 4:55 AM, Mayuresh Kathe [EMAIL PROTECTED] wrote: I've go an AMD32 bit machine (dmesg at the bottom of the mail). ... 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

Re: Java : Cafe Babe...

2008-02-10 Thread Edd Barrett
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: 000 fecabeba