<applet archive='AlienWar.jar' code='AlienWarApplet.class' width='387' height='410'>
</applet>
我有一个小程序,当我在 html 中使用它并将 .jar 放在同一目录中时,它的工作正常。但现在我正在 netbeans 中构建一个 Web 应用程序(我使用 JSF 框架和 Apache Tomcat 服务器)。我在 index.xhtml 中插入相同的代码并将 .jar 添加到编译时库,但我得到了一个 classNotFoundExeception。
我应该把 .jar 放在哪里?