Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CUDA] JAR invalid valid Java 9 module #879

Closed
Brownshome opened this issue May 4, 2020 · 2 comments
Closed

[CUDA] JAR invalid valid Java 9 module #879

Brownshome opened this issue May 4, 2020 · 2 comments
Labels

Comments

@Brownshome
Copy link
Contributor

When trying to load the cuda jar the Java module system says the module is invalid.

The Jar's module file specifies that it exports org.bytedeco.cuda.npps but that package does not exist in the jar, causing this error:

> java --describe-module cuda -p .\cuda-10.2-7.6-1.5.2.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Package org.bytedeco.cuda.npps not found in module

I'm happy to make a PR and try and fix this myself if needed.

Version
Jar 10.2-7.6-1.5.2
Java openjdk 14 2020-03-17 and openjdk 9
OS Windows 10
@saudet
Copy link
Member

saudet commented May 4, 2020 via email

@saudet saudet added the bug label May 5, 2020
@saudet
Copy link
Member

saudet commented Sep 10, 2020

Fix released with version 1.5.4. Thank you for the contribution!

@saudet saudet closed this as completed Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants