I downloaded java 9 from https://jdk9.java.net and installed it on my Windows 10 machine.
Java 9 has jshell, which I can use to evaluate and learn Java programming.
Some examples import sun packages, for example sun.audio.*, etc. But in jshell every time I try to import any sun package, it says that the sun package does not exist.
Some applications do not work with java 9. Perhaps there are incompatibilities?
source
share