• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SecurityException in signed applet when opening JFileChooser with Java SE 6 update 25

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

We have an applet that opens a JFileChooser dialog at client side. It was working fine with Java SE version 6 update 23. Recently, the JRE was updated at the company to Java SE 6 Update 25. After this update, a SecurityException comes when users try to open the File Chooser. It appears but cannot be used.

The applet is signed and the app was not changed. The application invokes applet's File Chooser opening method through JavaScript. This means that when users click on the Browse button, it calls a JavaScript method which invokes the applet's File Chooser.

I've found the following bug on the web, but it says it is closed.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7020285


Thank you in advance!
Akos
 
reply
    Bookmark Topic Watch Topic
  • New Topic