3
votes
1answer
1k views

AppBundle throws “LSOpenURLsWithRole() failed with error -10810” after compiling with java 7 or 8

I upgraded jdk to version 7_45. After compiling and executing the jar, which works fine, i packed it into an application bundle. But unfortunately i get this error message "LSOpenURLsWithRole() failed ...
0
votes
1answer
81 views

Security popups because of setting caller-allowable-codebase “ * ” with the latest jre update since 15th April 2014 patch

Security popups are being displayed so frequently because of setting caller-allowable-codebase " * " which is already mentioned in the critical patch release notes with the latest jre update since ...
0
votes
0answers
7 views

JavaFX HTMLEditor: centered or right aligned texts lose their alignment when selecting(marking) them

Java version : Tried both JDK 7 and 8. OS : Windows 7 I have implemented the JavaFX HTMLEditor in to my app using FXML but now I have a problem with it. All text which have centered or right ...
0
votes
0answers
34 views

Using external libraries over signed Java applet: InvocationTargetException when running locally with 7u51

We have a signed Java applet that uses external jars, specifically the OpenOffice application libraries. We have a problem running the Java applet with 7u51. We receive an error ...