Robert Bihlmeyer wrote:
apt-get install java-virtual-machine
This will list all available packages providing a JVM.
I trust gcj/libgcj is so listed? (I'm not running Debian on my own machines so I can't check easily.)
The most glaring missing feature in gcj is AWT. If you're running server-style or other non-GUI application, I suggest you try it. See htpp://gcc.gnu.org/java/
--Per Bothner