J2V8 icon indicating copy to clipboard operation
J2V8 copied to clipboard

Java 9 module unfriendly naming

Open nidi3 opened this issue 4 years ago • 0 comments

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.

nidi3 avatar Jan 31 '21 00:01 nidi3