Microsoft
Software
Hardware
Network
Question : Java Applet Client - Starting without resrictions
If anyone has ever worked with applets and networking - you'd know it's pain. But with help I found out a way to launch through applet viewer with unrestricted access to the applet and connect to the client using this command:
1:
appletviewer -J-Djava.security.policy=game.policy dan.html
Anyway, is there a way to have no security on an applet I have created?
That way I can launch the server and users can connect to my applet through a simple web page!
Now you may be thinking... but the way you're doing it NOW is SOOOO much easier! Well yes, I am going to use the current method for developing but when I make releasing I am going to eventually need to learn how to put it on a browser for everyone to play :)
Answer : Java Applet Client - Starting without resrictions
to do it on an applet you need to sign the jars
http://helpdesk.objects.co
m.au/java/
how-to-sel
f-sign-a-j
ar
alternatively remove the need to access the local disk
Random Solutions
Exchange 2007, Entourage 2008 and SSL Cert Errors
Problem deploying VSTO addin in 64 bit Windows Terminal Server environment
Why is Kaspersky internet security 2010 blocking
www.apple.com
T-SQL help table join
Create Table from Union Query
Linking Access Unbound Object Frame to bitmap file
Testing Postfix
Mouse Move and Timer
AVG Script Injection Error
How many bits is my operating system?