----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Michael Lim Shek Sia wrote:
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> I got this:
>
> Bad Request
>
> Your browser sent a request that this server could not understand.
I think I have some idea of what went wrong. The .class files were
compiled with a different version of JSDK (jswdk1-1.0.1 actually) this
may not be compatible with JSDK2.0. That is the reason for the BAD
request
response.
My current problem is, if I change all my CLASSPATH to
/JSDK2.0/lib/*.jar as
follows :
CLASSPATH=/usr/local/jdk1.2.2/lib/tools.jar:
/usr/local/jdk1.2.2/lib/jpda.jar:
/usr/local/jdk1.2.2/lib/dt.jar:
/usr/local/jdk1.2.2/src.jar:
/usr/oocal/JSDK2.0/lib/jsdk.jar:
/usr/oocal/JSDK2.0/lib/jsp.jar:
/usr/oocal/JSDK2.0/lib/jst.jar:
/usr/oocal/JSDK2.0/lib/pjbean.jar:
/usr/oocal/JSDK2.0/lib/servlet.jar:
/usr/oocal/JSDK2.0/lib/ssl.jar:
/usr/oocal/JSDK2.0/lib/x509v1.jar:
and then compile my .java file, javax and httpservlet etc are not found,
what
should be in the CLASSPATH for JSDK2.0 ??
michael
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]