Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Richard Raquepo
hello, I get the same error. Although i have copied the tools.jar from the jdk installation to both j2ee/home and j2ee/home/lib followed what others have done but im still not able to hack my application to run. :p can someone help me get my struts application work on Oracle 9iAS (9.0.3.0.0)

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Stefan Frank
Hi Richard, it looks like your also using an older compiler. Do you have some older jdk's (1.3) on your machine?! Last time I installed Oracle, they used a jdk1.1 and set it into the path (and they also used to run java-stored procedures in the database). Can you check you enviroment for:

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Richard Raquepo
[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 5:05 PM Subject: Re: Invalid Class file Format (help same problem) Hi Richard, it looks like your also using an older compiler. Do you have some older jdk's (1.3) on your machine?! Last time I installed Oracle, they used a jdk1.1 and set

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Stefan Frank
Users Mailing List [EMAIL PROTECTED]; Christian Bollmeyer [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 5:05 PM Subject: Re: Invalid Class file Format (help same problem) Hi Richard, it looks like your also using an older compiler. Do you have some older jdk's (1.3) on your machine?! Last

RE: Invalid Class file Format (help same problem)

2003-09-16 Thread Mohd Amin Mohd Din
If I'm not mistaken, 9ias runs on jdk1.3.1 -Original Message- From: Stefan Frank [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 6:32 PM To: Richard Raquepo Cc: Struts Users Mailing List Subject: Re: Invalid Class file Format (help same problem) hmm, just guessing: Maybe

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Richard Raquepo
: Tuesday, September 16, 2003 6:31 PM Subject: Re: Invalid Class file Format (help same problem) hmm, just guessing: Maybe Oracle 9iAS runs on its own, older jvm? What does java.version/java.vendor say, when you start it from the server? Before replacing the tools.ja, were you able to compile a plain

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Stefan Frank
] To: Richard Raquepo [EMAIL PROTECTED] Cc: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 6:31 PM Subject: Re: Invalid Class file Format (help same problem) hmm, just guessing: Maybe Oracle 9iAS runs on its own, older jvm? What does java.version/java.vendor say

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Richard Raquepo
: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 7:14 PM Subject: Re: Invalid Class file Format (help same problem) I guess, Oracle comes with its own runtime-enviroment (a fellow stated in the other mail, that oracle 9iAs runs on jdk1.3). The jsp-examples work

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Christian Bollmeyer
tested this again with a fresh installation. HTH, -- Chris (SCPJ2) - Original Message - From: Richard Raquepo [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 1:34 PM Subject: Re: Invalid Class file Format (help same problem) I guess so