I get the following when trying to build FCRC:

[FGUI] $ jikes -E *.java

Issued 1 system warning:

*** Warning: "-E" is an invalid option; use: jikes [-classpath path][-d
dir][-debug][-depend|-Xdepend][-deprecation][-g][-nowarn][-nowrite][-O][-verbose][-Xdepend][-Xstdout][+1.0][++][+B][+D][+E][+F][+K][+M][+P][+T][+U][+Z]
file.java....

Found 4 semantic errors compiling
"c:/java/Freenet/contrib/FGUI/SimpleInsertClient.java":

    41.                     ic.insert(toKey(key), cfin,length);
                            <-------------------------------->
*** Error: No match was found for method "insert(Freenet.Key,
Freenet.support.CounterFilterInputStream, long)".


    49.             catch(BadHandshakeException e) {
                          <--------------------->
*** Error: This catch block may be unreachable because there is no
exception whose type is assignable to "Freenet/BadHandshakeException"
that can be thrown during execution of the body of the try block.


    54.                 catch (SendFailedException sfe) {
                               <--------------------->
*** Error: This catch block may be unreachable because there is no
exception whose type is assignable to "Freenet/SendFailedException" that
can be thrown during execution of the body of the try block.


    61.                 catch (ClientException ce) {
                               <---------------->
*** Error: This catch block may be unreachable because there is no
exception whose type is assignable to "Freenet/client/ClientException"
that can be thrown during execution of the body of the try block.
[FGUI] $

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to