I know this question was tagged with linux, but on windows, you might need to separate your cp args with a ;
instead of a :
.
java -cp ./apache-log4j-1.2.16/log4j-1.2.16.jar;./vensim.jar SpatialModel vars
http://docs.oracle.com/javase/7/docs/technotes/tools/windows/classpath.html