After installing jdk 10.0, I don’t quite know what I need next in Java app programming…
Typically you’ll want to grab an IDE, I typically like Intelij, but a lot of people prefer Eclipse as its free.
I have just downloaded Apache Netbeans 9.0 (incubating) and I got a problem that how should I open it with jdk 10… Can you help me?
And I suppose this version of netbeans is free, isn’t it
looking at the FAQ:
https://www.java.com/en/download/faq/develop.xml
JDK = java development kit, it are the tools you need to build and run java programs. Netbeans should take care of configuring this, then all you need to do is firing up netbeans. Netbeans is also free indeed
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.