Your JSP is not compiling due to some error.
The deprecation is just a warning so there is some other error.
You should look at the code that got generated
\temp\caucho\_jsp\_testing\_FinalOrder__jsp.java
& you should be able to manually compile it.
If you're not getting line #s for the error try setting JAVA_COMPILER
environment variable to "none"
e.g.

export JAVA_COMPILER=none
(this is zsh syntax, you'll have to use whatever syntax is appropriate for
your platform).

Regards,

Elan


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 14, 2000 12:53 PM
Subject: JSP Error


> Has anybody encountered this error before. If so, how did you fix it ?
>
> Note: \temp\caucho\_jsp\_testing\_FinalOrder__jsp.java uses or overrides a
> deprecated API.
> Recompile with "-deprecation" for details.
> 1 error, 1 warning
>
> Thanks,
>
> - Vivek
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to