Re: JSVC with JDK 6 on Intel Xenon x86_64

2007-06-14 Thread ben short
Thanks Bil, I install the amd64 jdk and it all works ok now. I was thrown my the name, thinking that it was for the amd platform only. On 6/14/07, Bill Barker <[EMAIL PROTECTED]> wrote: Easiest is to symlink amd64 to i386. Second easiest is to edit Makefile and change the CPU variable to be i

Re: JSVC with JDK 6 on Intel Xenon x86_64

2007-06-13 Thread Bill Barker
Easiest is to symlink amd64 to i386. Second easiest is to edit Makefile and change the CPU variable to be i386 and recompile. You could also edit location.c and add the right path and recompile. "ben short" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm trying to co

JSVC with JDK 6 on Intel Xenon x86_64

2007-06-13 Thread ben short
Hi, I'm trying to compile jsvc on a RedHat 4 ES box. I have installed JDK 6 and typing java -version at the shell prompt tells me its installed OK. I then compile jsvc with that jdk and it completes ok. When I try and run the following startup script I get the following debug output. #!/bin/bas