I have applet which I run in command line like this:
"C:\Program Files (x86)\Java\jdk1.6.0_21\bin\appletviewer.exe" -J"-Djava.security.policy=java.policy.applet" cw11.html
How can I run this applet in Eclipse with my java.policy.applet permissions?
Its a long time since I wrote an applet, but you should be able to do it by creating a new applet run configuration.