Sam Cao

Results 319 comments of Sam Cao

I think this issue is not merely on Android but on all operating systems. There seems to be a flaw in the locking mechanism. I think Javet needs to detect...

Understood. I'll look into it later.

Javet is compatible with JDK 8. However, these API are available starting from JDK 11. I suggest you fetch the file content to a string by yourself, then set the...

> Are you sure they are available starting from JDK 11? Because I'm currently on JDK 8 and I'm using FileSystem stuff here :I Sorry, in order to be compatible...

> Path itself is available starting from JDK 7. I don't think you will be able to use it on JDK 6. However, cannot test by myself because Oracle decided...

In general, you need to create multiple profiles which apply different set of config per OS. The pom.xml you posted only loads the first library which is v1.1.5. The second...

> Why not package the NodeJS and V8 jars as separate packages? And then also have one where both is included? - I have limited bandwidth in packaging many jars...

Thank you for raising this issue. I have been trying every week, however I have failed to do so successfully over the past 2 weeks because of the VPN inability...

I don't think that is a good idea. Those binary files could reach tens of GBs so that cloning this project would be impossible.

I think ESM might be the one you are looking for. Javet allows the applications to load ES modules via `import {...} from 'module'`. Those modules can be actively cached...