[Biojava-l] beginner problem ?

Thomas Down td2@sanger.ac.uk
Tue, 22 Oct 2002 14:44:30 +0100


On Tue, Oct 22, 2002 at 02:24:33PM +0200, Warth,Rainer,LAUSANNE,NRC/BS wrote:
> Dear all,
>    sorry to bug you for this basic question, but I do not see what is wrong
> here.
> I am on my WindowsNT laptop. This is what I did
> -1- build biojava1.22 with ant
> -2- placed biojava.jar bytecode-0.91.jar and xerces.jar in
> jdk1.4.1_01/jre/lib/ext
> -3- and then see below...
> 
> I had a similiar problem with on True64 Compaq server. So I guess I have a
> basic problem.
> I had it once running on my Windows 2000 laptop, however.

I'm afraid I don't use Java (or very much, in fact) under Windows,
but I've just tested this in Tru64 using the final release of
Compaq's JDK1.4.0, and things seem to be working okay.

A few suggestions:

   - Try adding the jakarta-regexp.jar library -- some dependancies
     on this have crept into the 1.22 release, and could possibly
     be giving NoClassDefFoundErrors in strange places.

   - To ensure that the JAR files aren't corrupted, you could try
     downloading new binary releases.

   - It might be worth explicityly setting a CLASSPATH environment
     variable to include all the required JAR files.  This shouldn't
     actually be necessary if the jars are in $JAVA_HOME/jre/lib/ext,
     but it doesn't hurt to try.

Let me know if problems persist,

     Thomas.