Difficulty importing Netbeans projects

已回答

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?

0

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.

0
Avatar
Permanently deleted user

I assumed that Application is what I'd choose.

I'll try that.

0

请先登录再写评论。