<applet archive='AlienWar.jar' code='AlienWarApplet.class' width='387' height='410'>
</applet>
I have an applet and its works just fine when I use it in html and have the .jar in the same directory. But now I am building a web application in netbeans(I use JSF framework and Apache Tomcat server). I insert the same code in the index.xhtml and add the .jar to compile time libraries, but i get a classNotFoundExeception.
Where should I put the .jar??