CheerpJ 2.0 brings Java applications to the web with JavaScript and WebAssembly

Share
  • February 5, 2020

CheerpJ 2.0 has been released by Leaning Technologies, the company that is also behind the C/C++ compiler Cheerp. The announcement was made in a Medium blog post.

CheerpJ lets you convert legacy Java applications into JavaScript and WebAssembly. As it uses the Java bytecode, the application’s source code doesn’t need to be accessed, and it has full coverage for the Java 8 language and a full Java SE runtime library on board. It supports Java multi-threading as well as HTML5 web workers.

On the CheerpJ Demos page, you can see some examples including a code playground for running Java programs in the browser.

SEE ALSO: How to convert Java apps to JavaScript with CheerpJ

Let’s see what’s new in the latest major release.

CheerpJ 2.0

Version 2.0 adds updates regarding CheerpJ’s runtime, AOT compiler and integration APIs.

Source : JAXenter