C:\Users\DELL\Downloads>javac first.java
C:\Users\DELL\Downloads>java first Error: Could not find or load main class first Caused by: java.lang.ClassNotFoundException: first
C:\Users\DELL\Downloads>javac first.java
C:\Users\DELL\Downloads>java first Error: Could not find or load main class first Caused by: java.lang.ClassNotFoundException: first
Your description is a bit confusing but I think your javac tells that it did not find your first.java
class.
Verify your javac by simply calling javac
in a teminal. If it returns the manual than your installation is correct.
You can try to call the first.java
file with absolute path too.