Menu

First public release

I've been tinkering with JBasic for two years in an on-again, off-again fashion. After getting set up on SourceForge, I've finally gotten my private copy re-synched with the CVS version after quite a while off.

As such, it's time for an actual release. The source package contains everything, and it's meant to be imported into Eclipse, which is my main Java development environment (Version 3.1 as of this writing).

The jar file can be run standalone to run the "compiled" version. The easiest way is from a shell of some kind, just invoking it via the standard java command line:

java -jar jbasic.jar

This runs the program in line mode. Type HELP for more information.

Posted by Tom Cole 2006-01-20

Log in to post a comment.