I am unable to to get my already complied and saved .java
file will not be complied in the cmd and it will not allow me to create a .jar
file because the terminal is telling me'jar' is not a recognized as an internal or external command, operable program or batch file.
it gives me the same output when i try the javac
command to compile.
I need to create the .jar
in order to continue in creating an .exe
correct? or is there another way?
Im also working in drJava which might be an issue but i dont know?