Java applet can't open files under Safari 7 (Mac OS X 10.9)

I had a similar problem with another Java app today. I think you may need to add your app to the "Allow the apps below ..." list in this dialog (System Prefs -> Security & Privacy -> Accessibility):

enter image description here


For Safari 11:

  1. go to Safari Preferences->Websites->Plug-ins, and select Java
  2. at the right side you can see list of 'Allow websites to use this plug-in with settings below'
  3. now select the website
  4. press and hold Option button and then click the three option (Ask, Off, On), you will see additional option 'Run in safe mode' - un-check this option.

enter image description here