I\'m trying to compile my Java program, however I am getting a \"Deprecated File\" error.
I normally compile the file by typing \"Javac FileName.java\", however I g
Had the similar issue and setting the PATH to the correct file that contains the JDK worked. For windows, search environnement variables > select edit environnement variables > Enter JAVA_HOME as variable and set the value to the jdk file.