eclipsesource / eclipsesource/J2V8
Library name is not correct to refer in java.library.path when it was operated at Windows
Open
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 387
- PR merge metrics
- No merged PRs in 30d
Description
Library Name of when referring to java.library.path if it were running on Windows is becoming j2v8_win32_x86_64, the files contained in the jar files,
as it is ignored even if it is copied to the java.library.path.
Although be loaded if renamed to j2v8_win32_x86_64.dll, since has become libj2v8_win32_x86_64.dll if you want to deploy the library to the user directory, from the fact that the library name is not unified, it seems to be wrong.
Contributor guide
Assessment
This issue has not been assessed yet.