[Biojava-l] Annotation

2005-11-22 Thread Christian Köberle
Hi, I have a problem with Annotation. If I try to add a new Property to an Annotation I get a ChangeVetoException. What can I do? -- Christian Köberle Max Planck Institute for Infection Biology Department: Immunology Schumannstr. 21/22 10117 Berlin Tel: +49 30 28 460 562 e-mail: [EMAIL PROTE

Re: [Biojava-l] Annotation

2005-11-22 Thread Christian Köberle
Christian Köberle wrote: Hi, I have a problem with Annotation. If I try to add a new Property to an Annotation I get a ChangeVetoException. What can I do? Problem is solved: The Problem was: I have initializide my Object with EMPTY_ANNOTATION. Now I use new SimpleAnnotation() -- Christian

Re: [Biojava-l] BaumWelchTrainer Broken??!!! (please help)

2005-11-22 Thread Todd Riley
I have received info (from at least 3 other people) that have had the same problem with the BaumWelchTrainer class. All three of these individuals eventually gave up and went elsewhere (other software) in order to perform Baum Welch EM on their models. There definitely is a problem with the B

[Biojava-l] install Biojava

2005-11-22 Thread Te-yuan Chyou
Hi: I'm trying to install Biojava onto MacOS following informations in the "Getting Started" section of the Biojava website, by putting the following jar files: biojava.jar commons-cli.jar commons-collections-2.1.jar commons-dbcp-1.1.jar commons-pool-1.1.jar bytecode-0.92.jar into the directory

RE: [Biojava-l] install Biojava

2005-11-22 Thread Richard HOLLAND
This is a general Java problem, not a BioJava one. There is no such concept of "installing" a Java library, just the process of adding it to your classpath whenever you need it. However... It sounds like you are logging out of your shell between each execution, hence it works for your first jav