[Solved] Is java 9 and above still platform independent or not? [closed]
You seem to have misunderstood the Self-Contained Application Packaging ability of Java 9 that looks set to replace Java Web Start as a deployment tool for desktop apps. JWS used a plain Jar as the deliverable but required that a Java Runtime Environment on the user machine already be installed. On the other hand, the … Read more