liquid
LTLeaning Technologies
•Created by liquid on 11/30/2024 in #support
Verbose compilation
Anyway to develop a progress bar for the compilation process? I found "preloadProgress" in CheerpJ docs for the init function but I'm pretty sure it doesn't provide information about how far the browser is with compiling the program.
1 replies
LTLeaning Technologies
•Created by liquid on 11/19/2024 in #support
Java Compilation on CheerpX and not CheerpJ
Hey i'm new to using Cheerpx, and I think its super cool! I've been playing around with my fork of https://github.com/leaningtech/webvm and seeing how I can change the Dockerfile. My current objective is to have Java work on my container. While I could just use Cheerpj, I wanted to be able to support user input through Scanner (and as far as I know, this isn't supported with CheerpJ) and also have more file flexibility. Has anyone figured out how to do it?
Here's my Dockerfile:
When the vm is deployed and I run
java -version
in the browser, I get this message:
Running javac
hangs indefinitely. I would very much appreciate help!2 replies