I have a project in Java language that my friend sent to me w/ a batch file and other .java files in the same folder. But I can't run that project by double-clicking on the batch file. Nor does it run when I go to the command line and type in "javac *.java" I'm sure the batch file is written properly. Somebody told me I had to install jdk. I don't know what to do. I have JBuilder 8 install on m computer, though. I just don't want to run the project throught JBuilder, I want to run it by the batch file.
Do you have any idea?