Difference between revisions of "JMule"

From AMule Project FAQ
Jump to: navigation, search
Line 1: Line 1:
[http://jmule.org JMule] is a file sharing application written in [http://java.sun.com Java]. It is compatible with the [[FAQ_eD2k-Kademlia#What_is_ED2K?|eD2k]] protocol.
+
'''JMule''' - is an open source file sharing client written in [http://www.java.sun.com Java] for [[FAQ_eD2k-Kademlia#What_is_ED2K?|eDonkey2000 networks]]. JMule is released under the terms of the '''GNU General Public License''', it is based on Java platform and supports Java SE 6.0 or later. At a more general level this is a project that try to accomplish [http://jmule.org/?page=goals several goals]  For now the client has Swing and [http://www.eclipse.org/swt SWT] user interfaces, but more user interfaces will come soon.
  
http://jmule.org
+
== Development ==
 +
JMule is under an active development mostly with open source software. The main IDE is Eclipse with [http://www.eclipse.org/aspectj AspectJ] plugin that runs on [[Ubuntu]] [[Linux]]. The source code is stored in a public CVS repository provided by SourceForge.net. The JMule Team releases nightly builds of the client but not on a regular basis. Currently the development priority is focused on Kad and network infrastructure.
 +
 
 +
== External links ==
 +
* [http://jmule.org/ Official homepage]
 +
* [http://www.sourceforge.net/projects/jmule/ SourceForge project]
 +
* [http://forum.jmule.org/ Official project forum]
 +
* [http://jmule.org/?page=screenshots JMule's screenshots]
 +
* [http://jmule.org/?page=download Download JMule]
 +
* [http://jmule.org/?page=nightlybuild Download nightly builds]

Revision as of 14:56, 25 May 2009

JMule - is an open source file sharing client written in Java for eDonkey2000 networks. JMule is released under the terms of the GNU General Public License, it is based on Java platform and supports Java SE 6.0 or later. At a more general level this is a project that try to accomplish several goals For now the client has Swing and SWT user interfaces, but more user interfaces will come soon.

Development

JMule is under an active development mostly with open source software. The main IDE is Eclipse with AspectJ plugin that runs on Ubuntu Linux. The source code is stored in a public CVS repository provided by SourceForge.net. The JMule Team releases nightly builds of the client but not on a regular basis. Currently the development priority is focused on Kad and network infrastructure.

External links