I'm trying to show an applet at my web developed with Django. But it doesn't show and says nullpointerexception. This is because I don't know how to upload the .jar so that it can be reached by the applet calls.
I couln't find how to do it at the internet, how can I have Django serve an applet?
Thanks!
An applet is simply a static file. So you should follow the standard rules for static files.