RE: [Biojava-l] NoClassDefException
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
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
