Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Exception: java.lang.NoClassDefFoundError: org.mozilla.javascript.NativeError$$ExternalSyntheticLambda2 android 6.0.1 #1421

Open
sascha-hack opened this issue Nov 21, 2023 · 1 comment

Comments

@sascha-hack
Copy link

Getting this on android 6.0.1

Fatal Exception: java.lang.NoClassDefFoundError: org.mozilla.javascript.NativeError$$ExternalSyntheticLambda2
       at org.mozilla.javascript.NativeError.fillConstructorProperties(NativeError.java:82)
       at org.mozilla.javascript.IdScriptableObject.exportAsJSClass(IdScriptableObject.java:725)
       at org.mozilla.javascript.NativeError.init(NativeError.java:38)
       at org.mozilla.javascript.ScriptRuntime.initSafeStandardObjects(ScriptRuntime.java:162)
       at org.mozilla.javascript.ScriptRuntime.initStandardObjects(ScriptRuntime.java:300)
       at org.mozilla.javascript.Context.initStandardObjects(Context.java:1076)
       at org.mozilla.javascript.ImporterTopLevel.initStandardObjects(ImporterTopLevel.java:73)
       at org.mozilla.javascript.ImporterTopLevel.<init>(ImporterTopLevel.java:57)
       at com.sun.script.javascript.RhinoTopLevel.<init>(RhinoTopLevel.java:56)
       at com.sun.script.javascript.RhinoScriptEngine.<init>(RhinoScriptEngine.java:188)
       at com.sun.script.javascript.RhinoScriptEngineFactory.getScriptEngine(RhinoScriptEngineFactory.java:78)
       at javax.script.ScriptEngineManager.getEngineByName(ScriptEngineManager.java:225)
@gbrail
Copy link
Collaborator

gbrail commented Nov 27, 2023

Sorry, it's hard to tell from the stack trace what the problem might be. To start with, what version of Rhino are you using? What did you do in order to make this stack trace appear? Most people in this community don't have a way to test something on Android, so is there another way that we can reproduce this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants