1

こんにちは私はプロジェクトに取り組んでおり、実行しようとすると常にこのエラーメッセージが表示され、エラーについて理解するのにまだ問題があります. 助けてくれてありがとう。

HTTP Status 500 -

type Exception report

message

descriptionThe server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: The HTTP Monitor server side component intercepted and rethrew an error while processing a JSP or servlet. Please see the stack trace under the root cause message below to identify the problem.

root cause

java.lang.NoClassDefFoundError: JavaBeans/Book

root cause

java.lang.ClassNotFoundException: JavaBeans.Book

note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.1.2.2 logs.
4

1 に答える 1

0

おそらく、クラスに

Java EE 6 と Glassfish 3
本。パスの命名方法には注意してください。コンパイラはBookクラスを見つけることができません。

于 2012-12-06T17:03:13.163 に答える