Hey guys, I couldn’t find the JDK9, can I put JDK1...
# kontributors
s
Hey guys, I couldn’t find the JDK9, can I put JDK10's path instead of JDK9's path? (I mean I already did it and it works. I want to send PR to README.md)
r
You don't need JDK9 if you're just PRing to the README, you only need it if you're making changes to kotlin proper
Also, you can find all the historical Java versions here https://www.oracle.com/technetwork/java/javase/archive-139210.html
e
i think @shiraji is asking if the readme can be updated re: java 9/10, and i vote yes
s
@redrield I have already sent some PR for Kotlin plugin. @edenman is right. README says that we need JDK9 but both Oracle https://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html and OpenJDK http://jdk.java.net/9/ says Don’t use JDK9. Now, the question is can I update the README to specifiy JDK10 path instead of JDK9 path? If this is huge change, then we can provide this link https://www.oracle.com/technetwork/java/javase/archive-139210.html or http://jdk.java.net/archive/ to README.