The main goal for the ADAM project is to provide a full Java Virtual Machine (J2SE) implementation with the Ada 2005 language.
BUILD AND USAGE
Jadam is very close in its usage to the "classic" java program.
To build it, you'll need a classic Ada 2005 compiler. Now only GNAT has been used. If somebody manage to build Jadam with another compiler, please keep me informed.
To build just get the project by SVN, goto Jadam directory and just enter :
make
This will build a jadam binary in the bin directory.
Add this to your PATH.
Set your CLASSPATH and JAVA_HOME :
export CLASSPATH=$PWD/tests/exemples.jar
export JAVA_HOME=$PWD
jadam Toto
jadam Titi
jadam Tata
Bytecode instructions status
instruction
Status
Tests
iadd
DONE
Toto.java
isub
DONE
Toto.java
imul
DONE
Toto.java
idiv
Not DONE
Toto.java
ROADMAP
No Road Map right now.
TEAM
Frédéric BOYER, project leader
Gautier DE MONTMOLLIN
Last edit: Ciceronne 2012-11-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
JADAM
The main goal for the ADAM project is to provide a full Java Virtual Machine (J2SE) implementation with the Ada 2005 language.
BUILD AND USAGE
Jadam is very close in its usage to the "classic" java program.
To build it, you'll need a classic Ada 2005 compiler. Now only GNAT has been used. If somebody manage to build Jadam with another compiler, please keep me informed.
To build just get the project by SVN, goto Jadam directory and just enter :
make
This will build a jadam binary in the bin directory.
Add this to your PATH.
Set your CLASSPATH and JAVA_HOME :
export CLASSPATH=$PWD/tests/exemples.jar
export JAVA_HOME=$PWD
jadam Toto
jadam Titi
jadam Tata
Bytecode instructions status
ROADMAP
No Road Map right now.
TEAM
Frédéric BOYER, project leader
Gautier DE MONTMOLLIN
Last edit: Ciceronne 2012-11-06