grmid
Java runtime environment using GIJ/Classpath (headless version)
Install
- All systems
-
curl cmd.cat/grmid.sh
- Debian
-
apt-get install gcj-jre-headless
- Ubuntu
-
apt-get install gcj-jre-headless
- Alpine
-
apk add libgcj
- CentOS
-
yum install libgcj
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcj-jre-headless
- Raspbian
-
apt-get install gcj-jre-headless
- Dockerfile
- dockerfile.run/grmid
- Docker
-
docker run cmd.cat/grmid grmid
powered by Commando
gcj-jre-headless
Java runtime environment using GIJ/Classpath (headless version)
GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set, limited to the headless tools and libraries.