It worked for me: Linux: 1) pwd (print working directory) /tmp/projectname contents: /tmp/projectname/jars/.... /tmp/projectname/test/Simple.class 2) java -classpath ".:/tmp/projectname/jars/*" test.Simple