ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Is it going to have support in ESR 59 to support Java Applet?

  • 3 პასუხი
  • 6 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა cor-el

Hello, I developed a financial application. I know that until Q1-2018 ESR52 will support Java. I would like to know if there is any chance that ESR 59 will support the Java applet.

Thks.

Hello, I developed a financial application. I know that until Q1-2018 ESR52 will support Java. I would like to know if there is any chance that ESR 59 will support the Java applet. Thks.

გადაწყვეტა შერჩეულია

ყველა პასუხი (3)

შერჩეული გადაწყვეტა

Java will not run in ESR 59

Besides even Oracle is discontinuing their NPAPI Java Plugin as of Java 9 but is still supported with Java 8.

Support for Java applets has been removed in Firefox 53


Support for the Java plugin and the Java applet in a browser window is dropped, so you can no longer embed Java in a web page. Websites will have to use Java Web Start to launch a Java application in an external standalone window instead of using an applet to open this embedded in a web page. Websites that want to use Java need to adapt and make the change to this way to launch a Java application.

A Java Web Start JNLP file is basically a XML file that the server sends as application/x-java-jnlp-file and that is opened by the default application for this MIME type (Java Web Start). Java then handles everything on its own, but there is no longer embedding possible like a plugin offers. Java registers this MIME type when you install the Java program.