Wedge jGRASP : About
jGRASp is a freeware IDE from Auburn University (http://www.jgrasp.org/). It is written in Java and supports several languages such as Ada, C, C++, Java... A small program called the Wedge allows jGRASP to communicate with external compilers, debuggers and executable programs. The Wedge is specific to each operating system.
The distribution file of jGRASP contains only a Wedge for Windows, Linux/Unix and MacOS X. So, I have written a Wedge for OpenVMS.
The Wedge of jGRASP for OpenVMS is free software. The Wedge of jGRASP has been successfully tested with OpenVMS 7.3, Java 1.4.1-2, jGRASP 1.6.4 and the Ada GNAT 5.00a compiler. It should work with subsequent versions of OpenVMS, Java and with others compilers.
Thanks to :
- Larry Barowski (technical informations)
- Jean-Yves Bourles (tests)
Wedge jGRASP : Screenshots
Wedge jGRASP : Download
The ZIP archive contains the source file (sys_run.c) and the binary file (sys_run.exe) of the Wedge for jGRASP 1.6.4. The binary file has been built on OpenVMS 7.3 with the Compaq C compiler 6.4.
Wedge jGRASP : Installation
1. Install jGRASP 1.6.4
See the official site in order to get the jGRASP archive.
2. Extract sys_run.exe from wedge.zip
3. Copy sys_run.exe in the sub-directory JBIN
If jGRASP is installed in DKA100:[JGRASP], sys_run.exe must be in DKA100:[JGRASP.JBIN].
4. Start jGRASP
Wedge jGRASP : News
2004-03-20
- Wedge jGRASP 1.6.4
2004-05-04
- Implementation of environment variables inside jGRASP as logical names
To do