Wednesday, January 11, 2012

How to Install Eclipse (English)

http://www3.ntu.edu.sg/home/ehchua/programming/howto/EclipseJava_HowTo.html
http://jadclipse.sourceforge.net/wiki/index.php/Main_Page - jadclipse
http://5thcross.wordpress.com/2009/05/20/installing-jadclipse-in-eclipse/ - jadclipse

Download JUnit jars from here ftp://ftp.osuosl.org/pub/eclipse/eclipse/updates/3.7/R-3.7.1-201109091335/plugins/ (*junit*, source files and jdt).

Download Jad and JadClipse

* Put the JadClipse JAR file into the plugins folder of your Eclipse installation.
* Restart Eclipse (eclipse -clean).
* Get Jad.
* Put the Jad executable into a directory that is in the execution path of your operating system. Alternatively, you can configure the path to the Jad executable under Window > Preferences... > Java > JadClipse > Path to Decompiler. (Set the full path, e.g. C:\Program Files\Jad\jad.exe)
* Go to Window > Preferences... > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files.

http://jadclipse.sourceforge.net/wiki/index.php/Main_Page

Set also ANT_HOME to ECLIPSE_PLUGUNS\org.apache.ant_1.8.2.v20110505-1300.

No comments:

Post a Comment