Hi,

I tried to get Freenet to work without using any installer but by
compiling it from the source. The problem I noticed is that it won't work
with the Jikes compiler (v1.15). The compile seem to go right but node
won't start.

When starting the node I got the following kind of error:

java.lang.VerifyError: (class: Freenet/MessageHandler$MessageType, method:
<init> signature:
(LFreenet/MessageHandler;LFreenet/MessageHandler$1;Ljava/lang/Class;Ljava/lang/String;)V)
Expecting to find object/array on stack
        at Freenet.MessageHandler.addType(MessageHandler.java:46)
        at Freenet.node.Main.initMessageHandler(Main.java:537)
        at Freenet.node.Main.startNode(Main.java:482)
        at Freenet.node.Main.main(Main.java:316)
        at Freenet.node.Node.main(Node.java:584)


I tried to find the cause for that and noticed that there is a bug number
#206 on the Jikes that might be the cause

        http://oss.software.ibm.com/developerworks/bugs/
        ?func=detailbug&bug_id=206&group_id=10

Now I would like to know whether someone here has succeeded to get the
node compile with Jikes and then run it succesfully. Also some of you who
are more comfortable with the current codebase could much easier verify
whether the problem is with Jikes or with my ability to use it :)

ps. there were typo on the build.xml I did for the Ant. The fixed version
can be found at: http://www.hut.fi/u/vsalento/freenet/build.xml

-- 
Vesa Salento


_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to