gserialver
gcj and Classpath development tools for Java(TM)
Install
- All systems
-
curl cmd.cat/gserialver.sh
- Debian
-
apt-get install gcj-jdk
- Ubuntu
-
apt-get install gcj-jdk
- Alpine
-
apk add libgcj
- CentOS
-
yum install libgcj
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcj-jdk
- Raspbian
-
apt-get install gcj-jdk
- Dockerfile
- dockerfile.run/gserialver
- Docker
-
docker run cmd.cat/gserialver gserialver
powered by Commando
gcj-jdk
gcj and Classpath development tools for Java(TM)
GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. Other java development tools from Classpath are included in this package. The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-SDK-like interface to the GCJ tool set.
libgcj
Java runtime library for gcc
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.