-
Notifications
You must be signed in to change notification settings - Fork 387
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
WARNING: Unknown module: jide.common specified to --add-exports #1611
Comments
Hi, I don't think you can get rid of those warnings. |
@jrobinso How can i get rid for these warnings . Any suggestions ? |
@kamraanchal I've already replied, did you miss it? No, I don't have any suggestion, AFAIK you can't get rid of them. What issue are they causing? |
@jrobinso The issue is that our customers are asking us the reason for these warnings. |
I see, sorry about that. Please tell your customers they can ignore these warnings. They will have no impact no IGV's functionality. |
@jrobinso Thank you for the information. We will communicate the same. |
@jrobinso 🤔 When I install a tool according to its installation instructions and use it according to its usage instructions and it starts right away with nine warnings, then I'd see this either as a (although lesser) bug in the software, the installation instructions or the usage instructions. |
@fthommen fair enough, consider it a lesser bug then. I will reopen it but can't give any ETAs at this time. |
Running **igv version 2.18.4 with JAVA** gives the below warnings
on a CentOS linux system]$ igv.sh --help
echo Using bundled JDK.
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)
OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing)
WARNING: Unknown module: jide.common specified to --add-exports
WARNING: Unknown module: jide.common specified to --add-exports
WARNING: Unknown module: jide.common specified to --add-exports
WARNING: Unknown module: jide.common specified to --add-exports
WARNING: Unknown module: jide.common specified to --add-exports
WARNING: package com.sun.java.swing.plaf.windows not in java.desktop
WARNING: package sun.awt.windows not in java.desktop
WARNING: Unknown module: jide.common specified to --add-exports
WARNING: Unknown module: jide.common specified to --add-exports
Can someone suggest how to get rid of these warnings ?
The text was updated successfully, but these errors were encountered: