how to debug why the jar main class is not loading
I am trying to convert old jnlp client to html format. I followed the documentation and used cheerpjRunMain. But still i am getting could not find or load main class. I am sure i have added the jar under app/.
Trying to get CheerpJ to actually launch a program
I'm trying to get CheerpJ to run UPRandomizer in a browser, but I can't figure out how to get it to start. It always gives the error "Error: Could not find or load main class com.dabomstew.pkrandom.gui.RandomizerGUI"
Can anyone help me with this?...
Any idea on how to use wildcards for jar files with many separate jar dependencies?
I've been working on some projects and one of them involves a lot of dependencies in the form of jar files. I would add each one to the deps flag but I ended up realizing I have wayyyyyy too many jar files to fully build a command. Is there a way to use wildcars like *.jar so cheerpj automatically selects all jar files within a directory as dependencies for a single jar file?
Can I try CheerpX for Flash?
From @sergo53:
Hi! I`d like to test the CheerpX for Flash... Where can I download the package? Now I have the Ruffle for the flash-content decision. There are some inconveniences in using it...Hi @sergo53, you'll have to get in touch (https://leaningtech.com/contact-us) as there are licensing constraints that prevent us from making CheerpX for Flash generally available for download. Please see https://github.com/leaningtech/cheerpx-flash/blob/master/pages/Frequently-Asked-Questions.md#can-i-see-this-in-action for more information 🙂...
File System Emulation
I'm trying to get a file system emulation POC going. https://docs.leaningtech.com/cheerp/Filesystem-emulation
The core of my new code for this is as simple as that doc page:
```[[cheerp::genericjs]]
void preloadCallback()...
Segmentation fault in linking
@ap87no Like someone else in the help-archive, I'm getting a segmentation fault when I try to link the files I've compiled, which are mostly .c, and only one .cpp file which calls into all the .c code.
clang-16: error: unable to execute command: Segmentation fault
clang-16: error: optimizer command failed due to signal (use -v to see invocation)
...