FW: Remedy JAVA api question

2008-04-01 Thread Matthew Kunkel
Correction: The first line should have read: We're getting the error below when trying to use the JAVA api on an AIX platform. I originally thought it was windows, so I keep getting the process confused. The whole app runs on a 64 bit AIX platform, no windows. Thanks, Matt

Re: FW: Remedy JAVA api question

2008-04-01 Thread James Van Sickle
I could be wrong, but it looks like your app is referencing AIX drivers rather than Windows. Are you sure that the app itself does not have any hardcoded references to the Remedy API drivers on AIX? Have you confirmed your PATH and JAVA_PATH variables on the Windows box are pointing to the

Re: FW: Remedy JAVA api question

2008-04-01 Thread Axton
If you run file against the java binary, what do you get back? e.g., [EMAIL PROTECTED] c]$ which java /usr/bin/java [EMAIL PROTECTED] c]$ file /usr/bin/java /usr/bin/java: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped Axton Grams On Tue, Apr 1, 2008 at 11:29 AM,

Re: FW: Remedy JAVA api question

2008-04-01 Thread Matthew Kunkel
, April 01, 2008 1:04 PM To: arslist@ARSLIST.ORG Subject: Re: FW: Remedy JAVA api question ** If you run file against the java binary, what do you get back? e.g., [EMAIL PROTECTED] c]$ which java /usr/bin/java [EMAIL PROTECTED] c]$ file /usr/bin/java /usr/bin/java: ELF 32-bit MSB executable SPARC

Re: FW: Remedy JAVA api question

2008-04-01 Thread Axton
. Thanks, Matt -- *From:* Action Request System discussion list(ARSList) [mailto: [EMAIL PROTECTED] *On Behalf Of *Axton *Sent:* Tuesday, April 01, 2008 1:04 PM *To:* arslist@ARSLIST.ORG *Subject:* Re: FW: Remedy JAVA api question ** If you run file against