Dear All,
I am working FreeNetSimulator in my research and am facing problems while
playing with the source codes and running simple examples.
I have configured FreeNetSimulator project in Eclispe. From eclipse the
simulator could be initialized for simple running. It gives the following
error:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at Main.main(Main.java:13)
Also, compiling the code from Terminal gives the following error:
>> javac *.java
DarknetNode.java:3: package simsalabim.utils does not exist
import simsalabim.utils.*;
^
DarknetNode.java:7: cannot find symbol
symbol : class LRUHash
location: class simsalabim.DarknetNode
protected LRUHash data;
^
DarknetNode.java:8: cannot find symbol
symbol : class LRUHash
location: class simsalabim.DarknetNode
protected LRUHash cache;
^
DarknetRoute.java:11: package simsalabim.utils does not exist
import simsalabim.utils.*;
^
DarknetRoute.java:15: cannot find symbol
symbol: class Contains
public class DarknetRoute implements Iterable<DarknetNode>,
Contains<DarknetNode> {
^
DarknetRoute.java:15: interface expected here
public class DarknetRoute implements Iterable<DarknetNode>,
Contains<DarknetNode> {
^
DarknetNode.java:27: cannot find symbol
symbol : class LRUHash
location: class simsalabim.DarknetNode
data = new LRUHash(god.STORE_SIZE);
^
DarknetNode.java:28: cannot find symbol
symbol : class LRUHash
location: class simsalabim.DarknetNode
cache = new LRUHash(god.CACHE_SIZE);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors
Can anyone help me in simple running the FreeNetSim to work with system
behaviour? Is there any tutorial or text which could describe 'how to run
freenetsimulator'?
With thanks and bests,
imk
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20100531/400de359/attachment.html>