I'm completely new to java. I spent a lot of time fixing the javac error. Now I'm not able to access the java file.
When I type "javac First.java" in cmd it says the following:
error: file not found: First.java
Usage: javac <options> <source files>
use --help for a list of possible options
I have saved "C:\Program Files\Java\jdk-17.0.1\bin" as path variable
I have also saved JAVA_HOME variable with "C:\Program Files\Java\jdk-17.0.1" as variable path.
I'm sorry if the terms I used are wrong. Pls help me fix this.