How to Install and Uninstall jikes Package on openSUSE Leap

Last updated: May 20,2024

1. Install "jikes" package

Please follow the guidelines below to install jikes on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jikes

2. Uninstall "jikes" package

In this section, we are going to explain the necessary steps to uninstall jikes on openSUSE Leap:

$ sudo zypper remove jikes

3. Information about the jikes package on openSUSE Leap

Information for package jikes:
------------------------------
Repository : Main Repository
Name : jikes
Version : 1.22-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : jikes-1.22-bp155.2.10.src
Upstream URL : http://jikes.sourceforge.net/
Summary : IBM Java Compiler
Description :
Jikes(TM) is a compiler that translates Java(TM) source files as
defined in "The Java Language Specification" into the byte code
instruction set and binary format defined in "The Java Virtual Machine
Specification."
You may wonder why the world needs another Java compiler, considering
that Sun provides javac free with its SDK. Jikes has four advantages
that make it a valuable contribution to the Java community:
* Open source. Jikes is OSI Certified Open Source Software. OSI
Certified is a certification mark of the Open Source Initiative.
* Strictly Java compatible. Jikes strives to adhere to both "The
Java Language Specification" and "The Java Virtual Machine
Specification" as tightly as possible and does not support
subsets, supersets, or other variations of the language. The FAQ
describes some of the side effects of this strict language
conformance.
* High performance. Jikes is a high performance compiler, making it
ideal for use with larger projects.
* Dependency analysis. Jikes performs a dependency analysis on your
code that provides two very useful features: Incremental builds
and makefile generation.
Note that you must set CLASSPATH correctly to use jikes.

5. The same packages on other Linux Distributions