Reputation: 49311
I just installed intelliJ and tried to import an eclipse project. I have a jre installed but no jdk. It doesnt want to compile without a jdk. What am I doing wrong? Do I need one?
Upvotes: 0
Views: 162
Reputation: 9374
Yes, you need it. JRE required only to run java programs. JDK - for development.
Upvotes: 1