When I go to name a class on Eclipse I get this message “Source folder is not a Java project” and I can’t press Finish. I am new to Eclipse so sorry if I’m asking a stupid question. I googled it and I couldn’t find any solution to my problem. I downloaded java JDK 7 because they told us from our school that we need it. I don’t know why I need the JDK, I just downloaded it. Do I have to do anything with the JDK? I found on the internet that I have to do something with the Java Build Path maybe.
Share
You are probably creating the project with
Instead use:
Good luck.