This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Applets and the fly likes SecurityException in signed applet when opening JFileChooser with Java SE 6 update 25 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "SecurityException in signed applet when opening JFileChooser with Java SE 6 update 25" Watch "SecurityException in signed applet when opening JFileChooser with Java SE 6 update 25" New topic
Author

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

Akos Tomasits
Greenhorn

Joined: Aug 12, 2011
Posts: 1
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: SecurityException in signed applet when opening JFileChooser with Java SE 6 update 25
 
Similar Threads
what is wrong with these two codes?
parse()-Method of NumberFormat-Object throws Exception
Java 5 final is final no more
SCJP Brainteaser (9)
Query on StreamResult object for storing transformed xml doc