[Biojava-l] help for installation

David Huen smh1008@cus.cam.ac.uk
Fri, 22 Mar 2002 06:38:23 +0000 (GMT)


On Fri, 22 Mar 2002, YiZhou Chen wrote:

> Dear Biojava friends
> 
> I have donwnloaded the three files biojava-1.21jar, bytecode-0.90.jar and 
> xerces.ar on my windows2000 machine. I put them in the 
> directory  c:\biojava. I set up the class path 
> CLASSPATH=C:\biojava.jar;C:\xerces.jar;C:\bytecode.jar;.using control panel 
> , system, user variables.
> when I compile a demo progra GCContent.java , I get compile err,
> 
> biojava/GCContent.java [3:1] package org.biojava.bio.seq does not exist
> import org.biojava.bio.seq.*;
> ^

The errors you are getting are all for classes within biojava.jar which
the compiler is unable to find.  I don't know Windows enough to tell if
the CLASSPATH is syntatically correct but I'd be looking to check that and
that the jars are really where the CLASSPATH says they are.

Regards,
David Huen