[Biojava-l] Re: First baby steps with biojava
Michael L. Heuer
heuermh@primushost.com
Fri, 16 Mar 2001 12:15:37 -0500 (EST)
This reminds me -- the README hasn't been updated in a while.
Baby steps:
1. download and install 1.2+ jdk
2. download and install ant (http://jakarta.apache.org/ant)
3. set ANT_HOME and add .../ant/bin to your path per ant documentation
4. cd biojava-live
5. > ant
A patch will follow...
michael
Ewan Birney wrote:
>
> Ok. I've downloaded IBM sdk
>
>
> I've anonymous cvs'd out biojava on the release-1_1-branch tag
>
>
> I've read the README
>
>
> I've typed
>
>
> [birney@riker biojava-live]$ javac build/Builder.java
> build/Builder.java:44: Class build.List not found in type declaration.
> private static List javacOptions = new ArrayList();
> ^
> build/Builder.java:44: Class build.ArrayList not found in type
> declaration.
> private static List javacOptions = new ArrayList();
> ^
> 2 errors
>
>
> Is this my problem or biojava's problem? What do I need to do to fix
> it...?
>