[Help] Setting up a Java Environment

Discussion in 'Miscellaneous' started by Carbonyx, Oct 4, 2017.

  1. I'm trying to set up a Java environment at home using Atom (do not tell me to use an IDE, I have packages for IDE functionality) but everytime I try to compile a program, it says

    Code:
    javac: file not found
    But when I try to use
    Code:
    javac -cd D:\Programming\Java
    It says

    Code:
    javac: no source files
    Even though my Test.java file is definitely in that directory, saved as a .java file. Running Test.java through powershell also does not print out "Hello world" like it should.

    Help pls kthxbai