Replies: 3 comments 1 reply
-
Hello, A "fat" jar i.e. a jar containing all the dependencies for the calculator app can be found at (it's also signed with a dummy certificate): https://www.apfloat.org/apfloat_java/lib/signedapplet.jar As of right now, the calculator app seems to be working with the CheerpJ applet runner browser plugin, at: https://www.apfloat.org/apfloat_java/applet/calculator.html As CheerpJ 3.0 was released, sometime at the beginning it was working. Then for a long time it was not working (with no changes to the calculator applet itself). But right now it seems to be again working. I'm guessing the version is newer and has been updated, latest CheerpJ seems to be 4.1 currently. |
Beta Was this translation helpful? Give feedback.
-
In my npx variant it doesn't seem to work? ![]() I used a configuration which is similar to this getting started page: |
Beta Was this translation helpful? Give feedback.
-
I can get the calculator applet to work like that as well With
Note that the main class in the apfloat signedapplet.jar manifest is the pi computing applet, not the calculator applet, therefore I specify the class that has a static main() method to run the AWT calculator (it's not even the calculator applet class), with cheerpjRunMain instead of cheerpjRunJar. The pi calculator doesn't seem to actually work with CheerpJ (it starts but does apparently nothing if you try to calculate pi). Also note the somewhat strange "virtual file system" of CheerpJ where you have to specify the path to the jar file starting with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can you provide a FAT JAR for your CalculatorGUI app?
I'm currently testing the CheerpJ tool to run some Java apps in the browser:
My app is working very unstable at the moment,
and I would like to know if the apfloat calculator is working in this environment.
Beta Was this translation helpful? Give feedback.
All reactions