I'm trying to run the program in this link (specifically Plotter.java).in the zip file there's an instruction on how to run them but they don't work .I've read other questions on running a java file from terminal and I've applied those solutions but none worked on this fileceven though I've run other codes without any problems (java -dir or javac ). how can I run this program? also I want to run it (the plotter) in eclipse console or a GUI made in eclipse .
p.s:I havent included any code because the program has about 10 classes and also I'm new to java.
Instructions.txtfile?