OpenVMS
Free softwares
 

FreeMind : About

FreeMind is a mind mapping tool written in Java and published under GPL. FreeMind can be used to take notes, build a knowledge base or keep track of projects.

Thierry Uso has ported FreeMind 0.8.1 on OpenVMS. Porting means testing all the functions, writing a startup procedure and creating a PCSI kit.

FreeMind for OpenVMS needs Java 1.4-2 or later and must be installed on an ODS5 volume; the SYS$LOGIN directory of the user starting FreeMind must also be on an ODS5 volume. FreeMind has been tested on Alpha and Itanium.

Contact : Thierry Uso

FreeMind : Screenshots

MindMap window

Properties window

FreeMind : Download

ZIP archive containing the PCSI kit of FreeMind 0.8.1 :

Alpha: free-axpvms-freemind-v0801-0-1.zip
Itanium: free-i64vms-freemind-v0801-0-1.zip

This kit is based on the official archive freemind-bin-max-0_8_1.zip.

FreeMind : News

2008-02-01

FreeMind 0.8.1 port

To do

??

FreeMind : Installation

1. Extract the PCSI kit from the ZIP archive

$ UNZIP ”-V” FREE-AXPVMS-FREEMIND-V0801-0-1.ZIP

or…

$ UNZIP ”-V” FREE-I64VMS-FREEMIND-V0801-0-1.ZIP

2. Install FreeMInd in your chosen directory

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

$ PRODUCT INSTALL freemind

or…

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

3. Start FreeMind

$ @SYS$COMMON:[freemind]freemind

or…

$ @dev:[dir.freemind]freemind

The jvm 1.5-0 is used by default but the P1 parameter allows to choose another version of the jvm (example: 142 for Java 1.4-2).