running java decompiler in browser, weird error
(copy-pasting from #cheerpj3 since i noticed this channel existed)
i'm trying to run the procyon java decompiler inside cheerpj (3.0rc1), and i keep getting a
JNI acquire failed, tid: 2
i searched the docs and i just have no idea what the error means
repo of decompiler i'm trying to run: https://github.com/mstrobel/procyonGitHub
GitHub - mstrobel/procyon: Procyon is a suite of Java metaprogrammi...
Procyon is a suite of Java metaprogramming tools, including a rich reflection API, a LINQ-inspired expression tree API for runtime code generation, and a Java decompiler. - GitHub - mstrobel/procyo...
6 Replies
The message is not an error, but just some verbose debug logging. It was removed in more recent builds since it was confusing for users.
You reach a "debugger" statement, that means some builtin or JNI function is not yet implemented. Please provide us with a publicly accessible URL where we can reproduce the problem. We are usually able to provide a fix much faster in this way.
Source code is never required.
https://byzantineprocess.github.io/jsfiles/cheerpj.html
thanks for help!
The problem is fixed with this build: https://cjrtnc.leaningtech.com/3_20231105_266/cj3loader.js
thank you so much! it works perfectly now.
i thought it worked perfectly, until i tried using the jarfile 😆.
i've updated the link above.
similar situation to before, no error message, thrown into debugger.
Fixed in this build, the app seems to complete successfully: https://cjrtnc.leaningtech.com/3_20231106_268/cj3loader.js
thank you so so much!! couldn't have asked for better support!