classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SableVM 1.1.3 Released


From: Etienne Gagnon
Subject: SableVM 1.1.3 Released
Date: Mon, 12 Apr 2004 17:28:15 -0400
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.6) Gecko/20040402 Debian/1.6-4

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/








reply via email to

[Prev in Thread] Current Thread [Next in Thread]