[Biojava-l] Problems in biojava

David Huen smh1008@cus.cam.ac.uk
Tue, 5 Mar 2002 10:52:05 +0000 (GMT)


On Tue, 5 Mar 2002, Eli Reuveni wrote:

> 
> 
> Hi I am a student for Bioinformatics studies
> and now in tha phase of choosing a software to use
> in building a web based application for manipulating genes
> and archive.
> I tried to installed the library of biojava but had some errors
> in class "AlphabetManager" where some packages didn't found:
> 
> "AlphabetManager.java": Error #: 704 : cannot access directory org\w3c\dom 
> at line 30, column 1
> "AlphabetManager.java": Error #: 704 : cannot access directory 
> javax\xml\parsers at line 31, column 1
> "AlphabetManager.java": Error #: 704 : cannot access directory org\xml\sax 
> at line 32, column 1
> "AlphabetManager.java": Error #: 704 : cannot access directory 
> org\biojava\utils\bytecode at line 37, column 1
> 
> Please where can I get those packages?
> and where can I get information for which kind of software
> is it better to choose Perl or Java since I just now starting the project.
> 
The code is looking for the XML parsers and these should be within
xerces.jar.  You may want to check your classpath to check that these
packages are searched if you already have them.

Regards,
David Huen