I'm just getting started and attempted to compile the HelloWorldApp.java, but, got a message saying it couldn't be read. So, I typed, simply, javac HelloWorldApp (w/o the .java extension), and, now, it's saying I have an
javac:invalid argument: HelloWorldApp, then
Usage:javac: <options> <source files>
where possible options include:
followed by a laundry list. Can anyone help figure out what's going wrong, please?
javac:invalid argument: HelloWorldApp, then
Usage:javac: <options> <source files>
where possible options include:
followed by a laundry list. Can anyone help figure out what's going wrong, please?