Reputation: 292
I cannot figure out how to get a basic template or scratchpad or whatever it's so that I can start writing code in java. Any help would be appreciated.
update
Then it brought me back to the same window
Upvotes: 0
Views: 57
Reputation: 40378
It looks like you created an "empty project".
Try to create a new project File -> New -> Project and select Java
as the project type.
then, you should see a src
folder which is blue. Right click from here to create your first java class.
Upvotes: 1