CheerpJ

Java Virtual Machine for modern web browsers

Version 3.0Discord serverGitHub issues

CheerpJ is a WebAssembly-based Java Virtual Machine for the browser. It has extensive compatibility with Java 8 and provides a full runtime environment1 for running Java applications, applets, libraries, and Java Web Start / JNLP applications in the browser without plugins.

<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>

Not a developer? Check out our product website.

Features

With CheerpJ, you can:

CheerpJ is based on a full OpenJDK runtime environment and supports:

Get started

Getting started

Know what you’re building? Jump straight to the relevant tutorial:

How does CheerpJ work?

CheerpJ is a combination of two components:

  1. An optimising Java-to-JavaScript JIT compiler.
  2. A full Java SE 8 runtime based on OpenJDK.

Both are written in C++ and are compiled to WebAssembly & JavaScript using Cheerp.

What’s unique about CheerpJ?

  1. Extensive support for Java 8, including Swing, reflection and dynamic class loading with no manual intervention on the code.
  2. CheerpJ works directly on Java bytecode, and does not require access to the Java source code.
  3. CheerpJ comes with a full Java SE runtime, inclusive of Swing/AWT. It supports audio, printing, and any other Java SE features. The runtime supports WebAssembly for optimal performance and size.
  4. The JavaScript code generated by the CheerpJ JIT is highly optimised and garbage-collectible.
  5. CheerpJ enables bidirectional Java-JavaScript interoperability. JavaScript libraries, as well as the DOM, can be called and manipulated from Java. Also, Java modules can be invoked from JavaScript.
  6. CheerpJ supports Java multi-threading. In addition, you can create concurrent applications by using Web Workers.

Licensing

CheerpJ is free for personal use and technical evaluation. See licensing for details.

Demos

Several demos of CheerpJ can be found here.

You can also see CheerpJ in action in JavaFiddle:

Community

CheerpJ is used in production by teams at NASA, Siemens, UBS, and many others.

There are several community projects that use CheerpJ, such as:

We have a vibrant Discord community where you can ask questions, share your projects, and get community support.

Join our Discord server Follow us on Twitter

Footnotes

  1. CheerpJ has been tested on Oracle Forms, EBS, Swing, AWT, and numerous frameworks and libraries. It should be able to run Java SE applications that you would otherwise need a Java Runtime Environment for.

Was this page helpful?
Suggest changes