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
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
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
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
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