Error cli.System.MissingMethodException: Method not found: '?'. when running exe converted from jar. #595
Unanswered
apn-hroussel
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Just adding a little bit more details. I managed to debug in VS, and reached the following line, in Method.java, where the exception is thrown, return ma.invoke(obj, args, ikvm.internal.CallerID.getCallerID()); At that point, obj is the string "false", args has one entry with the string "true". And obj is, ____java_lang_String__equals That is the name reported for the object. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple runnable jar which uses bsh-2.1.1 to do some dynamic script evaluation.
After conversion using ikvmc (using the latest 8.10.2 release), when I try to run the resulting executable I get the following call stack,
BTW the script passed to the eval method is 'value.equals("true")' so nothing complex in terms of code, it's a simple "equals" between two strings (value is assigned a string with the interpreter object used).
Any help appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions