What sort of errors did you get?

Were they complaints about accessing static (final?) class data fields
using instance variables?

e.g.,

Foo foo = new foo();
int x = foo.x;

(where x is a class variable)

The Sun compiler (last time I used it .. which was ages ago :-) lets this
pass, but other compilers are stricter and report an error.

-Ann
---

Ann E. Loraine
http://www.loraine.net

On Sun, 4 Mar 2001, Bradley A. Smith wrote:

> Has anyone successfully compiled BioJava 1.10 with the IBM Jikes compiler? I receive 
>many errors. I believe some of the errors are allowed by the Sun compiler although 
>they are valid errors. Is anyone interested in fixing the errors so that the BioJava 
>can be compiled with Jikes?
> 
> Thanks,
>   Bradley
> 
> 
> 
> 

_______________________________________________
Biojava-l mailing list  -  [EMAIL PROTECTED]
http://biojava.org/mailman/listinfo/biojava-l

Reply via email to