Difficulty importing Netbeans projects
Answered
I'm trying out IntelliJ. I'm trying to import Netbeans projects. I don't have any problems until I get to "run". Then I have a number of choices. I have no idea which one to select. Which one do I select?
Please sign in to leave a comment.
Run configuration would depend on what you are running. Use Application for the plain Java app, JUnit for unit tests, etc.
In a class with the main method you can just right click and choose Run from the context menu.
I assumed that Application is what I'd choose.
I'll try that.