Dear sir,

 I am working on jsp using Javawebserver2.0.the jsp
file contains a code which i am using for some
encryption purpose. after compiling this jsp file in
javawebserver2.0 it says the following errors. 

Package java.security.cert not found in import.

Class java.security.cert.Certificate not found in
import.
       
I have already included these packages in the jsp 
as 
<%@ page import="java.security.cert.*" %>
<%@ page import="java.security.cert.Certificate" %>

but during compilation i am getting the above said
error. does javawebserver2.0 recognise these
packages.please tell me solution for this.

thanking you,

sreeram

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to