You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application loads, displays the UI, then tries to open the gc.log provided (you can use any GC.log available), and then fails to load it, displaying the "java.lang.UnsatisfiedLinkError on java.util.zip.Adler32.updateBytes" messagebox.
Another problem (dupe of #105) is app's "File->Open" dialog displays just the empty window with "open file" button, while there are several files in the /app root of my webserver, and I am then unable to close the "open file" dialog.
running the same app the usual way with java8 openjdk "java -jar GCLogAnalyzer2.jar sample-gc.log" works just fine
The text was updated successfully, but these errors were encountered:
Trying to run Azul's GC Log Analyzer under CheerpJ.
Direct link for the jar download.
I copied the jar to my http server, near the index.html with the following content (bad formatting here, see the screenshot below):
The application loads, displays the UI, then tries to open the gc.log provided (you can use any GC.log available), and then fails to load it, displaying the "java.lang.UnsatisfiedLinkError on java.util.zip.Adler32.updateBytes" messagebox.
Another problem (dupe of #105) is app's "File->Open" dialog displays just the empty window with "open file" button, while there are several files in the /app root of my webserver, and I am then unable to close the "open file" dialog.
running the same app the usual way with java8 openjdk "java -jar GCLogAnalyzer2.jar sample-gc.log" works just fine
The text was updated successfully, but these errors were encountered: