FW: [Biojava-l] Question

Wook-Shin Han wshan@mozart.kaist.ac.kr
Thu, 18 Apr 2002 16:38:16 +0900


Thank you for your email.
I have solved the problem.

I have been using NETBEANS.
In NETBEANS, there are two different CLASSPATH varibales: 
the first one is for compilation;the second one for execution. 

Therefore, to compile and execute biojava applications, 
we have to modify both CLASSPATH variables.

Best Regards,

Wook-Shin Han


-----Original Message-----
From: David Huen [mailto:smh1008@cus.cam.ac.uk] 
Sent: Thursday, April 18, 2002 3:46 PM
To: Wook-Shin Han
Cc: biojava-l@biojava.org
Subject: Re: [Biojava-l] Question


On Thu, 18 Apr 2002, Wook-Shin Han wrote:

> Dear Sir,
> 
> I have installed biojava 1.2 in my pc.
> 
> However, I found the following error when I execute a program using
> biojava. (No compilation error found)
> ========================================
> java.lang.NoClassDefFoundError: org/biojava/bio/symbol/SymbolList
> Exception in thread "main" 
> 
> Absolutely, I have added all related jar files to CLASSPATH.
> 
> Could you help me on this problem?
> 
The class that your program was looking for is in biojava.jar (or
something like it) so it appears to be a CLASSPATH problem.

Could you state the OS and Java version you are using please?  It's more
likely that someone on list could help you if they knew that your
configuration was similar to theirs.

Regards,
David Huen