The latest stable version is 2.0.0 and available to download. Before installing make sure to check the change log for any relevant changes.

Getting other versions

Older versions are available to download but are no longer supported.

Building from source

You can also build jChat from the source if you would prefer to do so. This is useful for those who wish to modify Jchat before using it or want to contribute new features.

Note it is no longer necessary to do this to alter messages in the plugin. Instead you should read the documentation on how to localise the plugin instead. This assumes that you have Maven and git installed on your computer.

git clone git://github.com/grandwazir/Jchat.git
cd Jchat
mvn install