JavaBean
Dear all,
I am a beginner of JavaBean. I would like to know how to start the JavaBean in the JSP Container. Because when i execute the *.class file, there is a error that
"Exception in thread "main" java.lang.NoClassDeffoundError : "
how can i execute the *.class when it is without the
"public main(String argv[])", thx
Rick Wong

