Page 1 of 1

how to prevent my java class files from been downloaded?

Posted: Sat Sep 17, 2005 11:13 am
by aaaphp000000
how to prevent my java class files from been downloaded by visitors?

I display several java applets on html pages (maybe php pages later).
those applets are hard to be developed.

I hope those applets can be used only on my web-site.

if users visit my web-site, they may dawnload the applets also and use them on their web-site.

users may modify my applets by java de-compilers.

is there any idea in html or php for preventing my java class files from been downloaded by visitors?

thanks

Posted: Sat Sep 17, 2005 12:48 pm
by feyd
if they can be viewed from the page, they can be downloaded... there's no way around that.. :P