Chapter 5. Hack Tigase Jabber/XMPP Server in Eclipse

Table of Contents

JDK-1.6.0 Setup
Subclipse Installation
Project Import

Bartosz Malkowski <bmalkowski@tigase.pl> v2.0, June 2014: Reformatted for AsciiDoc. :toc: :numbered: :website: http://tigase.net/ :Date: 2010-04-06 21:22

tigase-server.psf 424 bytes

eclipse-config.tar_.gz 1.01 KB

If you want to write a code for Tigase server you might want to use Eclipse. Here is a guide how to start working on source code using this IDE.

All you need to start is:

  1. Installed and working copy of Eclipse
  2. Installed and working copy of JDK-1.6.0Beta2 at least.
  3. Installed and working Subclipse pluggin for Eclipse.

JDK-1.6.0 Setup

After installation JDK-1.6.0 in your operating system, run Eclipse and select Window/Preferences.

preferences-jre

In section Java/Installed JREs press Add button. In the new opened window enter path to installed JDK-6. In my case it is /opt/jdk1.6.0. It also good to set name to sun-jdk-1.6.0.

preferences-jre-add