eclipsesource / J2V8

Java Bindings for V8
2.54k stars 355 forks source link

Java 9 module unfriendly naming #540

Open nidi3 opened 3 years ago

nidi3 commented 3 years ago

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 in MANIFEST.MF would help.