On Thursday 18 Jul 2002 8:00 am, Warth,Rainer,LAUSANNE,NRC/BS wrote: > I have started to use JAVA for my daily work. > Now I would like to get started with biojava. > On my WINDOWS 2000 laptop I have dowloaded the biojava.jar, bytecode.jar, > xerces.jar into the c:\biojava directory. Then added the classpath. > > To test the set-up I went into the demos directory and did > > javac seq\TestEmbl.java > > I got the message that the org.biojava.* package cannot be found. > > Can you help ? > These are almost always caused by errors in the classpath - the JVM can't find the required class. Are all the above jars stated explicitly in the classpath?
_______________________________________________ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l
