1
0
mirror of https://github.com/leaningtech/cheerpj-meta.git synced 2025-03-15 01:54:48 +01:00
Stefano De Rossi 6851579e5a Nit.
2017-11-09 11:54:15 +00:00
2017-11-09 11:54:15 +00:00

CheerpJ - Java to JavaScript compiler (Beta)

Gitter chat GitHub Issues Live Demos

CheerpJ is a Java bytecode to JavaScript compiler, compatible with 100% of Java, which allows to compile any Java SE application, library or Java applet into a JavaScript application.

Download latest version: Latest version

Main documentation link: https://github.com/leaningtech/cheerpj-meta/wiki

Main project link: http://www.leaningtech.com/cheerpj

What is CheerpJ?

CheerpJ is constituted of three components:

  1. The CheerpJ AOT compiler, an LLVM-based Java-bytecode to JavaScript compiler. This can be used to convert Java archives (e.g. .jar) or single .class files to JavaScript. The CheerpJ AOT compiler is available for Linux, macOS and Windows.
  2. The CheerpJ runtime library, a full Java SE runtime in JavaScript that can be distributed in part or in full with applications converted with CheerpJ.
  3. The CheerpJ on-the-fly Java-to-JavaScript compiler, a reduced JavaScript version of the CheerpJ compiler that can be distributed with applications converted with CheerpJ to enable dynamic features of Java such as reflection.

What is unique about CheerpJ?

  1. CheerpJ can convert 100% of Java including reflection and proxy class creation, 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 has a full Java SE runtime, inclusive of Swing/AWT.
  4. The JavaScript code generated by CheerpJ 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. Converted Java modules can be invoked from JavaScript.

Getting Started

You can download CheerpJ beta for Linux, Windows and macOS at this address: https://leaningtech.com/cheerpj/download/noncommercial/

To get started with CheerpJ, please refer to the following pages:

  1. Getting Started
  2. Command Line Options

Demos

Several demos of CheerpJ can be found at https://leaningtech.com/cheerpj/demos/

Bugs and Questions

CheerpJ is currently in a public beta stage, and we welcome any feedback and bug report on it through our Issue Tracking.

You can also get in touch via our mailing list.

Description
Run Java 8 applications, libraries, applets, Java Web Start, and Oracle Forms on the web without legacy plugins.
Readme 6.9 MiB
Languages
SVG 100%