Latest stable release
The source code of the latest stable release (1.0.0-alpha1) is available as an Eclipse project:
HPLC Retention Predictor src 1.0.0-alpha1.tar.gz
The source code is stored as a compressed archive of the *.tar.gz format. You can unpack it using the free, open source file archiver 7-Zip.
Source from previous releases and beta versions are available below.
Subversion repository access
You can check out the source code from the project's Subversion repository hosted on SourceForge. The URL of the repository is
The most recent version of the source code can be checked out with the SVN command:
Previous releases can be found in the repository under the /tags/ directory:
You can also browse the SVN repository online.
Making changes to HPLC Retention Predictor
If you've made changes to the HPLC Retention Predictor code and wish to have them incorporated in the official retentionpredictor.org release, please contact us through the forum or through email. New collaborators are welcome!
Before you begin
Some external libraries are required to compile HPLC Retention Predictor:
Running as an applet or as an application
To run as an applet:
With the HPLC Retention Predictor project open in Eclipse, select "RetentionPredictorApplet.java" from the Package Explorer, then choose "Run -> Run As -> Java Applet" from the Eclipse main menu.
To run as an application:
With the HPLC Retention Predictor project open in Eclipse, select "AppletFrame.java" from the Package Explorer, then choose "Run -> Run As -> Java Application" from the Eclipse main menu.
Need more help?
We invite all of your questions regarding the source code and/or compilation. See the Contact tab. Don't hesitate to ask - your questions will help us improve our online instructions and make it easier for others to get up and running. We will try to answer your questions as quickly as possible.