cheerpj-meta icon indicating copy to clipboard operation
cheerpj-meta copied to clipboard

Run Java 8 applications, libraries, applets, Java Web Start, and Oracle Forms on the web without legacy plugins.

Results 34 cheerpj-meta issues
Sort by recently updated
recently updated
newest added

I’m running into a problem compiling two separate applets on the same page that need to send commands between the two. I have tested them in internet explorer and it...

as used in [jor1k](https://s-macke.github.io/jor1k/), [v86](https://copy.sh/v86/), and [jslinux](https://bellard.org/jslinux/), the networking relay is great for network connections from the browser. please consider implementing it to cheerpj (it also solves cross origin issues!!)...

In a CheerPJ-compiled application, awt.ScrollPane scrollbars are... well, not properly displayed, at least on chromium and firefox as of Debian buster. While they're properly configured (in terms of Minimum, Maximium,...

``` CheerpJ is initializing java.lang.NullPointerException at java.awt.Component$FlipBufferStrategy.getDrawGraphics(Unknown Source) at processing.awt.PSurfaceAWT.render(Unknown Source) at processing.awt.PSurfaceAWT$SmoothCanvas.paint(Unknown Source) at sun.awt.RepaintArea.paintComponent(Unknown Source) at sun.awt.RepaintArea.paint(Unknown Source) at com.leaningtech.cheerpj.CheerpJComponentPeer.handleEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at...

One nice thing about awt is that the text field are implemented as `` which can trigger the virtual keyboard on touchscreen devices. Wondering if it's possible to do the...

enhancement

Currently, it seem cheerpj can only load compiled .jar.js file from http backed mounting points, it will be super helpful if we can load .jar.js directly from IndexedDB (`/files`). This...

I see this error from time to time, and it cause the entire app to crash: ``` Uncaught (in promise) no such method: sun.awt.image.ImageWatched$WeakLink.lambda$update$0(ImageObserver,Image,int,int,int,int,int)Boolean/invokeStatic ``` and error points to line...

Being able to mount TypedArray under /str is very practical feature, and this is how I send data to the java app. However, if it's a huge file (e.g. several...

enhancement

Hi, I have a compiled java app that now works on mobile devices, however, the UI elements doesn't seem to respond to touch event. I had to patch manually one...

**CheerpJ version: 2.1 JDK version: 1.8.0_161** Hi, I have two simple classes: ``` @XmlRootElement public class Task { private String id; public String getId() { return id; } public void...