RE: [Biojava-l] NoClassDefException

2003-10-06 Thread Schreiber, Mark
1:05 p.m. To: [EMAIL PROTECTED] Cc: Subject: [Biojava-l] NoClassDefException Hi, Good day! I got a "NoClassDefFound" exception when I call: db = SeqIOTools.readFast

[Biojava-l] NoClassDefException

2003-10-06 Thread allanlee
Hi, Good day! I got a "NoClassDefFound" exception when I call: db = SeqIOTools.readFasta(is,alpha); -excert from my code-- import java.io.*; import java.util.*; import org.biojava.bio.*; import o