how to keep my jar file from being downloaded?
hi,
problem:
i turned a java app into an applet, put it on yahoo's server and was able to view the applet in a browser. but the html source tells where the applet's jar file is and so a user can download it. to prevent this, i put the jar file into a password protected folder. but this requires the user to enter a password before the applet is displayed.
question:
how can i use the jar file without protecting it with a password and keep it from being viewed or downloaded?
this is a learning experience, the jar file simply prints the current time.

