[Biojava-l] location of biojava.jar on a linux system

Rahul Karnik rahul at genebrew.com
Thu Feb 10 15:17:34 EST 2005


>>java -classpath . -jar MotifSearch.jar

"-cp ." only works with unzipped jar files. In your case, I would use:

java -cp xerces.jar:biojava.jar:<otherjarshere> -jar MotifSearch.jar

Hope that helps,
Rahul


More information about the Biojava-l mailing list