Creating java project, and not selecting a template, not recognizing java class

已回答

If when I create a java projec I select "create project from template" everything works.  I can run the helloworld I get by default.

But if don't create it with a template I get a project which doesn't understand what a new java class is.  I don't see anyway of running the helloworld I created by hand.

0

Make sure the Java class is created inside the Sources root:

0

请先登录再写评论。