-
Notifications
You must be signed in to change notification settings - Fork 115
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
Split package in jung-api, jung-graph-impl and demos/samples packages #233
Comments
with version 3.0, this is already reduced:
|
Thanks for the note; I wasn't aware of this issue. The way that we're likely going to resolve this in 3.0 is to get rid of the As for 2.x, we don't currently have plans to release another version. |
Hi, I am having the following problem:
Ive googled for this error and arrived at this issue. I am using version 2.1.1 of your lib and I understand from your conversation that this will not be fixed, so my only option left seems to either
For option 1), I didnt find where to download it. Is there a link you can provide? I'm really lost, so any help would be welcome :) Thank you so much! |
I also have this issue. I would like to use JUNG for a fairly trivial use case in a modern java app but the module system prevents me from using it because of two JAR files both exporting the same package @namoscagnm PS: one option is to turn the JARs you want to use into a single mega-jar. Unpack them all into the same directory and zip them back up into a single |
Split packages are not allowed from Java 9 anymore. The jsplitpkgscan tool can be used to find split packages.
When executing jsplitpkgscan tool on all the JAR files published on Maven, we get the following result:
The
edu.uci.ics.jung.graph
andedu.uci.ics.jung.graph.util
packages exist both in the jung-api and in the jung-graph-impl JAR files.The text was updated successfully, but these errors were encountered: