[freenet-support] Build problem

2006-03-25 Thread freenetw...@web.de
javac automatically includes the main rt.jar java library, jikes does not. you'll have to add rt.jar to your classpath it you're using jikes >Hi, > >After got freenet-ext.jar (make getseeds) make jar return the error: > >make jar >jikes -bootclasspath lib/freenet-ext.jar -sourcepath src -d build

[freenet-support] Error in Stable version

2006-03-25 Thread Sam Przyswa
Hi, I installed the latest Freenet-stable on my Debian (Kubuntu) machine, configure my freenet.conf as: ipAddress= listenPort= seedNodes=seednodes.ref and redirect to my NATed machine from my NAT-router, start Freenet with the script start-freenet.sh but I get this error message in my freene

[freenet-support] Re: Error in Stable version

2006-03-25 Thread Bob
Sam Przyswa <[EMAIL PROTECTED]> writes: > > Hi, > > I installed the latest Freenet-stable on my Debian (Kubuntu) machine, > configure my freenet.conf as: --snip-- > at freenet.transport.AbstractSelectorLoop.loop() (Unknown Source) > at freenet.transport.WriteSelectorLoop.run() (Unknown Source

[freenet-support] Build problem

2006-03-25 Thread Sam Przyswa
Hi, After got freenet-ext.jar (make getseeds) make jar return the error: make jar jikes -bootclasspath lib/freenet-ext.jar -sourcepath src -d build src/freenet/client/*.java src/freenet/client/cli/*.java Found 1 system error: *** Semantic Error: You need to modify your classpath, sourcepath,

Re: [freenet-support] Build problem

2006-03-25 Thread [EMAIL PROTECTED]
javac automatically includes the main rt.jar java library, jikes does not. you'll have to add rt.jar to your classpath it you're using jikes >Hi, > >After got freenet-ext.jar (make getseeds) make jar return the error: > >make jar >jikes -bootclasspath lib/freenet-ext.jar -sourcepath src -d build

[freenet-support] Error in Stable version

2006-03-25 Thread Sam Przyswa
Hi, I installed the latest Freenet-stable on my Debian (Kubuntu) machine, configure my freenet.conf as: ipAddress= listenPort= seedNodes=seednodes.ref and redirect to my NATed machine from my NAT-router, start Freenet with the script start-freenet.sh but I get this error message in my free

[freenet-support] Build problem

2006-03-25 Thread Sam Przyswa
Hi, After got freenet-ext.jar (make getseeds) make jar return the error: make jar jikes -bootclasspath lib/freenet-ext.jar -sourcepath src -d build src/freenet/client/*.java src/freenet/client/cli/*.java Found 1 system error: *** Semantic Error: You need to modify your classpath, sourcepath