leaningtech / cheerpj-meta

Run Java 8 applications, libraries, applets, Java Web Start, and Oracle Forms on the web without legacy plugins.
https://labs.leaningtech.com/cheerpj
459 stars 21 forks source link

Support loading precompiled jar from IndexedDB #109

Closed oeway closed 8 months ago

oeway commented 3 years ago

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 is crucial since in my case, the compiled file is >500MB, it takes a long time to load.

alexp-sssup commented 8 months ago

With the new CheerpJ 3.0 architecture precompiled jar.js files are not required anymore. I am closing this feature request since it is now obsolete.