J2V8 icon indicating copy to clipboard operation
J2V8 copied to clipboard

Java Bindings for V8

Results 101 J2V8 issues
Sort by recently updated
recently updated
newest added

Is there a more detailed example of V8Inspector? I've been using V8Inspector and haven't been able to fully get it working.

I need to run WebAssembly codes in J2V8. Still no support? If yes, node can I get an example in java? If not, is there any way around it? `...

Hi everyone. Can you update J2V8 with new version of V8 engine? Thanks a lot!

Hello, I have created a sample Android app using J2V8. I have read a js file inside my code and called JS methods from it. This worked well. Now, I...

The `MemoryManager` is using a `List` which ultimately means that `.equals` is being used to compare values in methods such as `persist`. Instead, we should use an Array or some...

good first issue

Such as, there is a Java class like ``` class Screen { private double _width; public double getWidth { return _width; } public void setWidth(width) { _width = width; }...

Hi, In our JVM-based project, we are using the J2V8 library. Here are the Maven dependencies we are using: ``` com.eclipsesource.j2v8 j2v8_linux_x86_64 4.6.0 com.eclipsesource.j2v8 j2v8_win32_x86_64 4.6.0 com.eclipsesource.j2v8 j2v8_macosx_x86_64 4.6.0 ```...

i use gradle 7.5 implementation 'com.eclipsesource.j2v8:j2v8:6.2.1@aar' the build apk include so is more than 30M each, but i check the aar file's so is only 8M can anyone help me

Perhaps this issue looks like https://github.com/eclipsesource/J2V8/issues/33, but I have a strange problem. I'm on Windows OS 64 bits. I can start the Hello sample http://eclipsesource.com/blogs/2015/02/25/announcing-j2v8-2-0/ Now take the same sample...

I want to use v8 on Linux with arm64 architecture. Is there a corresponding version planned?