I have a java project which imports several jar libraries. Now I want to run it on a unix machine. There is no java IDE available so i need to use commands like -javac. But I don't know how to compile .java file with .jar files. I put the .java file and .jar files in the same folder, for example, java/com/Tstream: Tstream.java, twitter4j-core.jar, twitter4j-stream.jar, twitter4j-async.jar. Any suggestions?I have a java project which imports several jar