maven 2.0
The following instructions show how to install Maven 2:
1) Unpack the archive where you would like to store the binaries, eg:
tar zxvf maven-2.0.tar.gz
or
unzip maven-2.0.zip
2) A directory called "maven-2.0" will be created.
3) Add the bin directory to your PATH, eg:
export PATH=/usr/local/maven-2.0/bin:$PATH
or
set PATH="c:\program files\maven-2.0\bin" %PATH%
4) Make sure JAVA_HOME is set to the location of your JDK
5) Run "mvn --version" to verify that it is correctly installed.
Jode Decompiler.安裝方法:點擊Eclipse的Help菜單 --> Software Updates --> Find and install...,然后選擇:Search for new features to install,在彈出的對話框中點擊"New Remote Site..."菜單。填入:Name: Jode DecomopilerURL: http://www.technoetic.com/eclipse/update點擊"Finish"。之后可以在Window菜單的Preferences --> Java -->Jode Decompiler中配置插件的信息。
This document outlines what is necessary to install and run the LEACH protocol on version
2.27 of ns2. At the time of this writing, this is the newest version of ns2. The LEACH implementation
was written as a stand-alone application. Thus, in the past a version compiled for LEACH may or may
not work for other protocols. In addition, the original version of LEACH was compiled for version
2.5b which is an outdated version of ns2.