I am very new to programming, so let me explain where I am:
- I downloaded the latest JDK
- I changed the path variable in the environment variables tab, javac starts by itself on the command line
- I downloaded notepad ++
So, I created a very simple program, pretty much just a hello world deal ...
public class pleaseWork {
public static void main (String[] args) {
System.out.println("Please work");
}
}
And saved it to a folder that I have on my C drive, but nowhere in the java folder. I saved it as requestWork.java.
So, I go to the command line, and if I just type javac, it works correctly, but if I type javac, then please Work.java, I get an error -
javac: file not found: pleaseWork.java
, , , ++.java - ?