News

Compile the Java file using the javac command: $ javac UnitTestHarness.java This will generate the compiled bytecode file, "UnitTestHarness.class".
I can't seem to compile Java. I did download the Java Development kit.When I type in:javac project1.javait gives me bad command or file name.Thanks.