OpenVMS
Free softwares
 

JavaRDP : About

JavaRDP is a client for Windows Terminal Server written in Java and published under GPL. It is faster than VNC and can be used as a remote control tool.

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

JavaRDP for OpenVMS needs Java 1.4-1 or later and must be installed on an ODS5 volume. JavaRDP has been tested on Alpha and Itanium.

Contact : Thierry Uso

Thanks to :

Gérard Calliet (tests)

JavaRDP : Screenshots

Desktop window

JavaRDP : Download

ZIP archives containing the PCSI kit of JavaRDP :

Alpha: free-axpvms-javardp-v0101-0-1.zip
Itanium: free-i64vms-javardp-v0101-0-1.zip

This kit is based on the official jar javardp14-1_1.jar.

JavaRDP : Installation

1. Extract the PCSI kit from the ZIP archive

$ UNZIP ”-V” FREE-AXPVMS-JAVARDP-V0101-0-1.ZIP

or…

$ UNZIP ”-V” FREE-I64VMS-JAVARDP-V0101-0-1.ZIP

2. Install JavaRDP in your chosen directory

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

$ PRODUCT INSTALL javardp

or…

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

3. Start JavaRDP

$ @SYS$COMMON:[JavaRDP]javardp WTS

or…

$ @dev:[JavaRDP]javardp WTS

with WTS equal to the IP address or DNS domain name of the Windows Terminal Server

JavaRDP : News

2007-07-12

JavaRDP 1.1 port

To do

??