OpenVMS
Free softwares
 

DrJava : About

DrJava is a lightweight Java IDE written in Java and published under the BSD license. It has the usual features such as editing with syntax coloring, automatic indentation, brace matching…, compiling, debugging, testing using JUnit…

Thierry Uso has ported the stable version 20070828-1759 of DrJava (renamed as 1.0) on OpenVMS. Porting means modifying one source file in order to better handle the properties file, testing all the functions, writing a startup procedure and creating a PCSI kit.

DrJava for OpenVMS needs Java 1.5.0 or later and must be installed on an ODS5 volume. It ONLY works on Itanium.

Contact : Thierry Uso

DrJava : Screenshots

Preferences window

Source editing

Debugging

DrJava : Download

ZIP archive containing the PCSI kit of DrJava 1.0 :

Itanium: free-i64vms-drjava-v0100-0-1.zip

This kit is based on the official archive drjava-stable-20070828-1759-src.zip.

DrJava : Installation

1. Extract the PCSI kit from the ZIP archive

$ UNZIP ”-V” FREE-I64VMS-DRJAVA-V0100-0-1.ZIP

2. Install DrJava in your chosen directory

By default, the installation procedure installs DrJava in the SYS$COMMON:[drjava] directory. To install it in dev:[dir.drjava], use the /DESTINATION parameter of the PRODUCT command.

$ PRODUCT INSTALL drjava

or…

$ PRODUCT INSTALL drjava /DESTINATION=dev:[dir]

3. Start DrJava

$ @SYS$COMMON:[drjava]drjava

or…

$ @dev:[drjava]drjava

4. After the first run of DrJava

$ SET FILE/VERSION_LIMIT=1 SYS$LOGIN:drjava.cnf

DrJava : News

2007-11-12

DrJava 1.0 port

To do

??