[Sablevm-announce] SableVM 1.1.3 Released
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-04-12 21:37:25
|
Download ======== http://sourceforge.net/project/showfiles.php?group_id=5523&package_id=5567&release_id=230647 Changes ======= - Cleaned up build process so that "./configure ; make ; make install" works out of the box for both sablevm-classpath (as it does for sablevm). Notes ===== To build SableVM, you must download both: - sablevm-1.1.3.tar.gz - sablevm-classpath-1.1.3.tar.gz Then, you must run the following commands: su tar -xzf sablevm-1.1.3.tar.gz cd sablevm-1.1.3 ./configure && make && make install cd .. tar -xzf sablevm-classpath-1.1.3.tar.gz cd sablevm-classpath-1.1.3 ./configure && make && make install exit After this, SableVM will be installed in /usr/local. To run it, assuming you have a HelloWorld.class file in the current directory, you can type: /usr/local/bin/java-sablevm HelloWorld Enjoy! Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |