how to prevent my java class files from been downloaded?
Posted: Sat Sep 17, 2005 11:13 am
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
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