So I've been trying to figure out how to run .java files because I was trying to run someone's program and I've been researching solutions for sooo long
cd "directory with file trying to run"
set path=C:\Program Files\Java\my-java-version-or-whatever\bin
javac Test.java (<-- name of file)
also tried
SET JAVA_HOME
and that worked and showed a path but when I did javac again it still didn't work. All help is much appreciated!!
And for some reason it just keeps saying that javac is not recognized.