3

私はjsfを初めて使用し、primefacesを使用していくつかの例を実行しようとしています。これを実行しようとすると、 http: //www.primefaces.org/showcase-labs/push/chat.jsf のような例外が発生します。これ。

SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/primefaces] threw exception [org/atmosphere/cpr/AsyncSupportListenerAdapter] with root cause
java.lang.ClassNotFoundException: org.atmosphere.cpr.AsyncSupportListenerAdapter

雰囲気jarファイルが必要だと思いますが、よくわかりません。どんな提案も非常に役に立ちます。

4

1 に答える 1

1

これは私の問題を解決するのに役立ちます。

https://github.com/Atmosphere/atmosphere/wiki/Structure-of-an-Atmosphere%27s-Application

于 2012-12-24T10:19:18.350 に答える