Binary distribution

Binary distribution of JPEd can be downloaded from the sourceforge file release system . Below are direct links to files:

Name version description
JPEd installer 2.0 Basic installer, needed to get JPEd running properly
syntax highlight 2.0 Syntax highlighting plugin
xpdl overview 2.0 Plugin that show the xpdl fragment related to item currently edited
Shark forms 2.0 Add Shark engine form editor to activity editor panel (plugin)
Shark history related assignment 2.0 Easy management of history related assignement, as supported by Shark engine (plugin)
Substance 2.0 Plugin that provide and activate substance look and feel (need java 5 minimum)

Maven repository

JPEd libraries are also available using the maven official repository, under the group id net.set.jped . The JPEd installer is not published in the maven repositories and is only available in sourceforge releases, because this installer is of no interest to maven users.

Getting the source

The only way to get JPEd sources is to use the sourceforge CVS. To get latest version of JPEd kernel, issue

  • cvs -d:pserver:anonymous@jped.cvs.sourceforge.net:/cvsroot/jped login
  • cvs -z3 -d:pserver:anonymous@jped.cvs.sourceforge.net:/cvsroot/jped co -P JPEd

    To get the latest version of plugins, issue

  • cvs -d:pserver:anonymous@jped.cvs.sourceforge.net:/cvsroot/jped login
  • cvs -z3 -d:pserver:anonymous@jped.cvs.sourceforge.net:/cvsroot/jped co -P Plugins

    Once downloaded, you can compile them using maven2. Just type mvn package from the JPEd or the Plugins directory. If the Plugins fail to compile, complaining it can't find JPEd in a snapshot version, type mvn install from the JPEd source directory.