J2V8
J2V8 copied to clipboard
Java Bindings for V8
Hi, I'm stuck on an issue involving an Android project with the React Native framework. > **Disclaimer**: The problem in question does not necessarily concern the J2V8 library directly, but...
Currently, there seems no JSR 223 support, which I think would be a useful feature. However [this presentation](https://www.eclipsecon.org/na2015/sites/default/files/slides/J2V8_0.pdf) hints that it's at least a planned feature for the future. I...
In WAS with Java 2 security enabled, the library requires execute permission on ALL FILES. Although it seems that the chmod action is not required(at least in my case) it...
Memory leak
We have an application that brings up several short lived J2V8 engines a second and over a couple of days, the java process consumes more and more memory until the...
ndk { abiFilters 'armeabi' }
When in Java from within a Javascript entry-point, it is sometimes useful to know the javascript line number, for debug purposes for example. For example, if an exception is thrown...
Hi. Is there a way to use J2V8 with Flutter platform? If not, could you please recommend a way to solve this kind of problem?
Hello. out of curiosity, why is v8_enable_pointer_compression = false in the args.gn. according to the v8 blog pointer compression helps save heap memory. would it not be desirable to save...
Hey, I was able to get a good ways through the build process. I believe it compiled V8 succesfully. However, I eventually reach an error `Error response from daemon: No...
Anyone meet, how