Subscribe
Notify of
9 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Codeline
1 year ago

Hello,

So first you should (if you want to write correct code) change the name of test.java to Test.java.

As has already been written, you have to start the program in the src folder. Change folders with the command “cd [folder name]”. Otherwise, you can also click the green arrow at the top right to start the program.

Kind regards, Codeline

Codeline
1 year ago
Reply to  RedDevil1982

👍

Codeline
1 year ago

I replied 😉

TheQ86
1 year ago

You also need to READ what is in the error messages.

Your Java file is located from your current directory of your terminal in the subfolder src.

Of course he doesn't find the .java file.