J2V8
J2V8 copied to clipboard
Java 9 module unfriendly naming
When using the library in a module context, this warning is produced: [WARNING] Can't extract module name from j2v8_macosx_x86_64-4.6.0.jar: j2v8.macosx.x86.64: Invalid module name: '64' is not a Java identifier
So either renaming the files or adding a <Automatic-Module-Name> in MANIFEST.MF would help.