Here Eclipse with Visual Studio Code(With Java extension pack) works fine for me. I would advice to Mark to get a simple Java book or looking over Youtube :" Java Full Course(free)". That way you get familiar on how to use the Eclipse editor as well as writing some basic Java programs up to some more complicated programs using GUI etc.. I tried once Netbeans a long time ago it was a piece of crap, I tried using it in 1998 it was slow as crazy with my Window98 and now it has not really improved in my opinion. When you are writing a java program you need to start with : Project name . Then add a class to it(from the src folder) , that's where you write your code don't forget to check public static void main , if it your main program. then click finish. But all these details are explained in the youtube :Java Full Course(free) It is an 11 hours video so get ready to learn

Happy learning.
PS: By the way you should try to use Linux-mint it is an easy to use nix distro and will make your life easier to code and it is super fast comparing to this Windows mammoth OS nonsense. And come back to the forum of you have any other issues.
Ps1: All your folders and files are located in :eclipse-workspace if you are using Eclipse. but when your Eclipse is opened it's in your src folder.