Re: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread Jason Koeninger
This may not be the what you're having problems with, but the only time I've seen this was when I was deploying via FTP and forgot to set my scripts to use binary mode. Best Regards, Jason Koeninger JJ Computer Consulting http://www.jjcc.com On Tue, 9 Apr 2002 15:55:05 -0400, hemant wrote:

Re: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread hemant
: java.lang.ClassFormatError out of the Blue This may not be the what you're having problems with, but the only time I've seen this was when I was deploying via FTP and forgot to set my scripts to use binary mode. Best Regards, Jason Koeninger JJ Computer Consulting http://www.jjcc.com On Tue, 9

RE: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread Jay Gardner
PROTECTED]] Sent: Tuesday, April 09, 2002 2:07 PM To: Tomcat Users List; Jason Koeninger Subject: Re: java.lang.ClassFormatError out of the Blue Jason Thanks for the response. The absence of scripts in binary mode clearly justifies the exception. Iam trying to run it in my own Test Environment

Re: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread hemant
:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 2:07 PM To: Tomcat Users List; Jason Koeninger Subject: Re: java.lang.ClassFormatError out of the Blue Jason Thanks for the response. The absence of scripts in binary mode clearly justifies the exception. Iam trying to run it in my own Test

RE: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread Uma Munugala
Hi hemant I got that same error and i discovered IDE (metrowerks) was creating that problem when it was preparing jar file. I generated the class files using IDE and jarred them using command line then the problem was solved. my advice is to create jar file by command line and try your problem