EditRocket Download Page

The EditRocket download is a full trial version that includes all features.

The download expires 30 days after the first use. After the expiration, a registration code / serial number
must be purchased to continue using EditRocket.

 

  File Type Link File Name Size Notes
 
linux Linux Download editrocket3_3_1_linux.zip 35.87 MB  
 
solaris Solaris / Unix Download editrocket3_3_1.zip 2.82 MB Requires Sun Java 1.4.2 or newer

 

Installation Instructions

Change Log / Updates

Archived Downloads

 

Installation Instructions and Requirements

Linux

Download and unzip editrocket3_3_1_linux.zip. Open a terminal window. Navigate to the directory where you unzipped the file and then to the editrocket directory.

Launch the shell script:

sh editrocket.sh (you may need to execute a chmod on editrocket.sh before launching -- chmod 755 editrocket.sh)

Solaris / Unix

EditRocket requires Sun Java 1.4 or greater. Java 1.5 or 1.6 is recommended.

Download and unzip editrocket3_3_1.zip. Open a terminal window. Navigate to the directory where you unzipped the zip file and then to the editrocket directory.

Either launch the shell script or the executable jar file:

sh editrocket.sh (you may need to execute a chmod on editrocket.sh before launching -- chmod 755 editrocket.sh)

or

java -jar editrocket.jar

If java is not in the path, type the full path to the java program, for example:

/usr/jdk1.6.0_04/bin/java -jar editrocket.jar

If using the shell script and java is not in the path, make sure to edit the script so that the full path to java is specified.