Re: Newbie: -classpath option of java does not load the content of the jar file



On Jun 27, 1:50 pm, Guy <guyhare...@xxxxxxxxx> wrote:
Works!

Using this form:
java -classpath .;.\ojdbc14.jar j

Thanks!

Ref:http://groups.google.com/group/comp.lang.java.help/browse_thread/thre...

And *nix would be java -classpath .:./ojdbc14.jar j ?

.