-- Hi Guys, I have installed GNUJSP on JServ. I could run date.jsp,snoop.jsp and session.jsp. But I got the following error when I ran "sendmail.jsp". The difference of this with other jsp files is that it has a bean inside it. I placed the bean in the same directory where I placed sendmail.jsp. 500 JSP compile-time error The JSP page you requested could not be served because the following error(s) occured: builtin-javac -classpath C:\Program Files\Apache Group\Apache JServ\ApacheJServ.jar;d:\java\jsdk2.0\lib\jsdk.jar;C:\Program Files\Apache Group\gnujsp\lib\gnujsp.jar;D:\java\jdk1.2.1\lib\tools.jar;D:\Program Files\Apache Group\Apache\htdocs\examples;.;C:\Program Files\Apache Group\Apache JServ\servlets\Jsp -d C:\Program Files\Apache Group\Apache JServ\servlets\Jsp -deprecation C:\Program Files\Apache Group\Apache JServ\servlets\Jsp\_jsp\_C_3a\_Program_20Files\_Apache_20Group\_Apache\_htdocs\_examples\_sendmail_2ejsp.java C:\Program Files\Apache Group\Apache JServ\servlets\Jsp\_jsp\_C_3a\_Program_20Files\_Apache_20Group\_Apache\_htdocs\_examples\_sendmail_2ejsp.java:15: Class org.gjt.vinny.beans.MailBean not found. org.gjt.vinny.beans.MailBean mailer = null; -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]