资 源 简 介
oSCJ
Open Safety Critical Java (oSCJ) project implements a restricted subset of SCJ (JSR-302). The project is developed at S3 group at Purdue University.
For more information, see the oSCJ webpage: http://www.ovmj.net/oscj/
Check-out oSCJ
You can check-out oSCJ from our Mercurial repository:
hg clone https://scj-jsr302.googlecode.com/hg/ scj
Check-out oSCJ"s VM
oSCJ library can be executed on top of two different Virtual Machines : FijiVM and Ovm.
FijiVM - FijiVM is available under academic license, feel free to directly _contact us to obtain its distribution_. FijiVM" usage is surprisingly simple and while delivering astonishing performance! (See FijiVM Installation instructions: http://rtjava.blogspot.com/2010/10/oscj-news.html)
```
To install FijiVM+oSCJ:
untar fivm.tar.gz
cd fivm
$ hg clone https://scj-jsr302.googlecode.