[Biojava-l] problem running demos from the biojava-live dir ...

Matthew Pocock mrp@sanger.ac.uk
Thu, 23 Aug 2001 13:44:46 +0100


Hi. When running the "java seq.GCContent" command line, ensure that the 
classpath includes the current directory as well as all those in the 
compile-time classpath. e.g. on windows:

java -classpath %CLASSPATH%;. seq.GCContent

and some unix shells:

java -classpath ${CLASSPATH}:. seq.GCContent

See if that helps any.

Matthew