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

Inheritance of Java classes #374

Open
AsyncProxy opened this issue Jul 30, 2024 · 1 comment
Open

Inheritance of Java classes #374

AsyncProxy opened this issue Jul 30, 2024 · 1 comment

Comments

@AsyncProxy
Copy link

Now we know that dex can be dynamically generated to implement JS inheritance Java class, but I can't fully simulate the implementation, first, based on your engine, I can't get the specified class will inherit a java class, resulting in I can't determine the target to generate dex, can you implement a root method class there?

@AsyncProxy
Copy link
Author

In this regard, I think that JS can be used to inherit Java by dynamically generating dex, but I can't fully simulate it on my side, can I implement this function on your side, it's not impossible, I've seen Rhino JS, it also generates the specified bytecode according to the parsed JS and loads it into the JVM

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

1 participant