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

Hi, Similar issues were already addressed in " Error while compiling jar #42" and in "Error when adding to String #65", which are now closed. I took into account the...

There is no documentation that I can find (or is it not visible to assistive technologies?) how accessibility with external tools is implemented? Specifically, how does a screen reader or...

enhancement

The size of pop-up frames seems not quite as specified, and the resulting windows can't be positioned or sized larger than the original frame established by the javascript. For some...

try: http://tantrix.com/Match/match.html Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://tantrix.com:18080/matchserver?wsdl. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200. javax.xml.ws.WebServiceException: Failed to access the WSDL...

Some (all?) of the sound files trap to the debugger the first time they are played. I use .au format. _c4pcQBaicmTasfDZq9EhseHWKg1aIthbbVbjZnSetBytePosieWZWE25 (rt.jar.com.sun.media.sound.js:838) _c4pcQBaicmTasfDZq9EhseHWKg1aIthbbVjqZcu7apLSKVDonThEn (rt.jar.com.sun.media.sound.js:843) _c4pcQBaicmTasfDZGnFhseHWKg1aIthbbVfSVrrin3cYtTUeX0xeadrQJecb8iSNo (rt.jar.com.sun.media.sound.js:982) _c4pcQBaicmTasLCZqn_iqfalrkuTg1aId3cYtV0eq0KiZZI3n (rt.jar.com.sun.media.sound.js:976) _c4pcQBaicmTasLCZqn_iqfalrkaTg1aId3cYd$ZcaMxn (rt.jar.com.sun.media.sound.js:976)...

enhancement

I get a NullPointerException from a guaranteed non-null reference, in the code below. ``` public static byte[] getMACAddress() { try { InetAddress address = InetAddress.getLocalHost(); if(address!=null) { NetworkInterface networkInterface =...

I use a udp beacon, which is not strictly needed to run the app, but it traps to the browser debugger rather then throw a java exception. I have the...

I experiment a bit CheerpJ to view a bit its ability. I tried to compile a demo Spring REST application to see the behaviour of the compiled code but the...

I am wondering how should we use java.awtFileDialog, considering the following example (copy and paste to https://javafiddle.leaningtech.com/ to test): ```java import java.awt.FileDialog; import java.awt.Frame; import java.awt.Button; import java.awt.FileDialog; import java.awt.Frame;...

The system seems to get stuck on the screen that says “ Graphic system is initializing” I am running it via a chrome web browser My html file is specified...