Road Runner v1.0.0/Jikes v1.10.1

Software development utilities, language compilers and interpreters, debuggers, resource editors and templates, etc.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Road Runner v1.0.0/Jikes v1.10.1

Post by Info-Mac » February 16th, 2000, 11:00 am

Download: http://archive.info-mac.org/dev/road-runner-10.hqx

Road Runner v1.0.0/Jikes v1.10.1: A Java IDE for the Macintosh.

Author: Clemens Wagner, [email protected]
Homepage: http://pi.informatik.uni-siegen.de/clemens/RoadRunner/
License: IBM parts see http://www.ibm.com/research/jikes,
Macintosh specific parts are under GPL (Free Software Foundation)
The top comment of a source file determines the valid license model. If no
license comment is given in a file only rules which don't hurt the IBM
license model are valid for this file.

Specific Macintosh Features:
+ OpenSource: the Macintosh specific part in the subdirectories 'mac' and
'examples' is under GPL (please read also license.htm and README for IBM
sources)
+ Fully integrated into MacOS, use of dialogs and windows instead of command
line arguments
+ Appearance compatible dialogs
+ Project files allow saving of application projects
+ the application may be controlled by AppleScript
+ full support of AppleScript recording

New features in (v 1.0.0/1.10.1)
+ Multiple projects per session
+ Better AppleScript support (e.g. classes for projects, setting application
properties instead of execution special statements (like 'set classpath'))
+ free choice of external editor
+ Byte-code execution from Jikes directly (Applications only)

Todo:
- Carbon compatibility
- AppleGuide and Ballon help support
- Better MacOS integration (e.g. drag'n drop)
- Byte-code execution from Jikes directly (Applets)
- more Examples and testing...
Post Reply