1

I've seen a couple of guides which show me to NEW > module-info.java I don't have that module-info.java item, I'm currently vert lost in that regard. I need someone to help me understand what I'm doing and what I'm supposed to do.

I've just installed IntelliJ, and am new to java (outside of android), I have no idea how to add jdk9 or even if adding is the right term.

DanNightmare
  • 41
  • 1
  • 5
  • 3
    See https://stackoverflow.com/a/16765841/104891. The steps are the same except the JDK version you'll be using. – CrazyCoder Aug 10 '17 at 10:57

1 Answers1

13

Your question is poorly researched and you should put in more effort when asking on StackOverflow. Still, you're new, so here's a freeby:

Nicolai Parlog
  • 42,869
  • 22
  • 115
  • 245
  • 1
    Thanks. Coming from a Visual Studio background and trying to learn IntelliJ + Java this was a very helpful post for installing the newer JDKs. – Chris Smith Feb 20 '19 at 06:08