Hi , i'm using gnujsp0.98 (0.91 JSP Spec). I've written JSP and beans without problem until now : each time i create and want to use a new bean, here's the error message i have : >>> 500 JSP run-time error The JSP page you requested could not be served because the following error(s) occured: Could not create bean msg of type cyril.mybeans.TestCyril (class not found) <<<< i've checked my classpath : it's ok : it points to the directory where there is cyril/mybeans/TestCyril.class and there is the following package statement in my source TestCyril.java : package cyril.mesbeans; so, maybe it's a big stupid error... but i can't find it ! so if someone could help me please... thanks Cyril =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".