I am new at applets and Netbeans.
I tried to run an applet from an HTML file but it gives me this error message :
This is the architecture I made for the project :
As you can see in line 15, the code I used for calling the applet is :
<applet codebase="classes" code="com/gephi/test/AppletTest.class" width="500" height="500" ></applet>
I googled a little bit and I have found some suggestions saying that I should call the jar file corresponding to the class.
I am new at NetBeans so can you please tell me where I can find ".jar" and ".class" files?
Thanks!