Hi Folks:  Once again thank you all for answering my questions of
yesteryear.

Now I seem to have more or at least a point of notice.  The current
cvs compilation dies under my gentle unadept care.  I took at look at
the indignent code but understand very little java as of yet.  I am
using jdk 1.1.8 so it's possible I don't have something set up
correctly but it doesn't look that way.  Here is the output of my
make:

CLASSPATH=../..: javac -d ../.. ../crypt/KeyPair.java 
../support/MessageQueue.java ../contrib/fproxy/filter/FilterAnalysis.java
../crypt/KeyPair.java:20: Blank final variable 'x' may not have been 
initialized. It must be assigned a value in an initializer, or in every 
constructor.
    public KeyPair(BigInteger priv[], BigInteger pub[]) {
           ^
../crypt/KeyPair.java:20: Blank final variable 'y' may not have been 
initialized. It must be assigned a value in an initializer, or in every 
constructor.
    public KeyPair(BigInteger priv[], BigInteger pub[]) {
           ^
../support/MessageQueue.java:19: Blank final variable 'limit' may not have been 
initialized. It must be assigned a value in an initializer, or in every 
constructor.
    public MessageQueue(int limit) {
           ^
../contrib/fproxy/filter/FilterAnalysis.java:44: Method add(java.lang.String) 
not found in class java.util.Vector.
        disallowedElements.add(encodeHTML(el));
                              ^
../contrib/fproxy/filter/FilterAnalysis.java:57: Method add(java.lang.String) 
not found in class java.util.Vector.
        warningElements.add(encodeHTML(el));
                           ^
5 errors
make: *** [build_list] Error 1


I looked at x and y in the first two erors but they sure looked
initialized to me so I'm stumped.  Once again any suggestions would be
appreciated, except maybe go to hell!

  Kirk

-- 

Kirk Reiser                             The Computer Braille Facility
e-mail: kirk at braille.uwo.ca          University of Western Ontario
phone: (519) 661-3061

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://www.uprizer.com/mailman/listinfo/devl

Reply via email to