Reputation: 956
I have created a project in Eclipse, where the main entry point is a JFrame. I have then exported this project to GitHub and cloned the repository for use in IntelliJ. However, when trying to run the project in IntelliJ, it cannot detect the JFrame extension as a main entry point.
Upvotes: 1
Views: 363
Reputation: 956
I'll leave this for posterity but it was a stupid question and a stupid mistake. I hadn't set the source path in the project.
Upvotes: 2