How can I install gcj on Linux?
Solution 1:
You probably need to install the gcj package. If you're using Red Hat, fire up Terminal and something like this should work:
yum update
yum install gcj (or java-gcj-compat)
Solution 2:
You can use:
yum install gcc-java