Sam Cao

Results 319 comments of Sam Cao

Please try [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy).

May I know how much you would like to donate for this feature, USD 5000? It is almost technically impossible.

This feature is on the way. The following PoC works. ```java v8Runtime.getGlobalObject().set("File", File.class); String codeString = "let ChildFile = extend(File, {\n" + " exists: () => !$super.exists(),\n" + " isFile:...

Please check this [doc](https://www.caoccao.com/Javet/tutorial/advanced/access_the_whole_jvm.html) out.

I wonder if you have tried `@V8Getter` and `@V8Setter`.

Thank you for raising the concern. You may simply delete those binaries from the jar file. e.g. In 7zip, execute `7z d jar_file '*.so'`.

Here are the reasons for not doing that. 1. A simple exclusion rule in the Gradle script can easily exclude the particular resources during the packaging. 2. Putting more than...

I think it's better to change your working directory to the parent directory of your `node_modules`. Please leave a repo with the issue so that I can troubleshoot.

Please check this [doc](https://www.caoccao.com/Javet/faq/troubleshooting/sigsegv_at_createv8runtime_in_v8_mode_on_aws.html) out.