how to prevent my java class files from been downloaded?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aaaphp000000
Forum Newbie
Posts: 22
Joined: Mon Aug 29, 2005 5:39 am

how to prevent my java class files from been downloaded?

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

if they can be viewed from the page, they can be downloaded... there's no way around that.. :P
Post Reply