Jikes

Jul 20, 2023

Java source to byte-code compiler made available by IBM

This is jikes, a java source to byte-code compiler. The compiler has been made available by IBM under their open-source license, please see

for details. To operate, the CLASSPATH environment variable must typically be set to a colon-delimited list of source directories, class directories, or zip files. Note that jikes will complain if a non-existant directory or file is specified in CLASSPATH.

===============

// This software is subject to the terms of the IBM Jikes Compiler Open” // Source License Agreement available at the following URL” // http//www.ibm.com/research/jikes.” // Copyright C 1996, 1998, International Business Machines Corporation” // and others. All Rights Reserved.” // You must accept the terms of that agreement to use this software.”



Checkout these related ports:
  • Xdoclet - Java attribute-oriented code generation engine
  • Wildfly90 - Replacement for JBoss Application Server
  • Wildfly26 - Java Jakarta EE8 application server developed by Red Hat
  • Wildfly25 - Java Jakarta EE8 application server developed by Red Hat
  • Wildfly24 - Java Jakarta EE8 application server developed by Red Hat
  • Wildfly18 - Java Jakarta EE8 application server developed by Red Hat
  • Wildfly17 - Java Jakarta EE8 application server developed by Red Hat
  • Wildfly16 - Replacement for JBoss Application Server
  • Wildfly15 - Replacement for JBoss Application Server
  • Wildfly14 - Replacement for JBoss Application Server
  • Wildfly13 - Replacement for JBoss Application Server
  • Wildfly12 - Replacement for JBoss Application Server
  • Wildfly11 - Replacement for JBoss Application Server
  • Wildfly10 - Replacement for JBoss Application Server
  • Visualvm - GUI tool combining CLI JDK tools and profiling capabilities