Questions Tagged With javahttps://answers.axonivy.com/tags/java/?type=rss&user=MichaelD%C3%A4nzerquestions tagged <span class="tag">java</span>enTue, 20 May 2014 08:11:45 -0400Java blocks Rich Dialog applications and we cannot updatehttps://answers.axonivy.com/questions/707/java-blocks-rich-dialog-applications-and-we-cannot-update<p>My customer runs an Xpert.ivy server without the newest patches. Another customer runs an internal Xpert.ivy server and signs the server with a self generated certificate. With the newest JRE versions (1.7.51 and higher) the rich dialogs can no more be executed or do show a lot of security prompts. Is there a way to let these application run again?</p>MichaelDänzerTue, 20 May 2014 08:11:45 -0400https://answers.axonivy.com/questions/707/java-blocks-rich-dialog-applications-and-we-cannot-updaterichdialogsecurityjavaChanges with Java 1.7.51https://answers.axonivy.com/questions/164/changes-with-java-1-7-51<p>In a <a href="https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias">blog entry</a> Oracle recently explained the changes that are planned with the next Java update which is scheduled for January 14th 2014. Unfortunately two changes for Java Web Start and Applets are especially harmful and can cause problems in Ivy installations. The two points are:</p> <ul> <li><strong>Missing permission entry in jar manifest:</strong> Oracle introduced the <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html">two new properties</a> <code>codebase</code> and <code>permission</code> for the manifest files of jars with Java 1.7.25. Up from the January release the latter property is required and Java Web Start will stop if jars do not have a <code>permission</code> entry in the jar manifest. </li> <li><strong>All RIAs (Applets and Web Start applications) must be signed:</strong> All jars used in a Java Web Start application or in an Applet must be signed. Otherwise they will not be executed.</li> </ul> <p>So, basic question: Will our Rich Dialogs in Ivy still work after the update to Java 1.7.51?</p>MichaelDänzerTue, 03 Dec 2013 12:03:49 -0500https://answers.axonivy.com/questions/164/changes-with-java-1-7-51java