Run NSG2 in FEDORA 10
1. Yum install java-1.6.0-openjdk-plugin
2. At the directory of NSG2, type the command: java -jar NSG2.1.jar
More and more about NS-2
1. Yum install java-1.6.0-openjdk-plugin
2. At the directory of NSG2, type the command: java -jar NSG2.1.jar
Posted by elly | Permalink | | 0 comments
Download: Patch
Error when executing nam in Fedora 10 terminal:
nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox
%W yview scroll [expr {- (%D)}] units
}
bind Li..."
After installing Fedora 10 with NS-2 two months back, the solution seems to have been faded from my mind. Totally cannot recall. Now my friend is having this error, yet I have forgotten how to solve it. Should have record all the solution here for reference last time but I have started this blog kinda late. Hope will soon find the solution and definitely will update in here this time!
Solution:
PS: For my case, I have to be the "root" so that ./install will compile my ns-2 completely.
OR
Posted by elly | Permalink | | 2 comments