-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
There are many dependencies in the idea software that need to be re-joined #81
Comments
What do you mean my friend :) I have given all the instructions on the read me :) . Idea software is just what i use , you can do it in Eclipse too . |
I'm sorry, but this place doesn't seem to have this dependency pack, but there's a version 7.12.2 The maven version I use is 3.6.3 |
Well they took down that dependency from Maven central? That's very strange. Well the version 7.12.2 is paid. Mmmmm it looks that I have too remove completely the browser from the App. In the meantime I have another branch With JXBrowser 7 can you have a look on that if it works for you :)? I will have a look on XR3Player tommorow to see about the JxBrowser :) |
It was so good with Version 6 until they decided to not provide anymore open-source license for version 7... Whatever I will just remove the browser no big problem there :) |
I'm not a user of XR3Player, but I'm interested in how it's build, as use it as inspiration. I haven't opened the project in my IDE (IntelliJ) for a long time. Now it seems to be broken, and the problem is related to jxbrowser. The first problem is XR3Player/src/main/java/module-info.java Line 47 in 3bdda1a
which is marked in red (Module not found: jxbrowser). I kind understand a part of it. Like you say above, there is no version 6.23.1 in Maven Central, only 7.12.2. See https://mvnrepository.com/artifact/com.teamdev.jxbrowser/jxbrowser. But I have version 6.23.1 in my local ~/.m2/repository, so there should be no need for Maven to go out on the net to look for this dependency. I'm running on Mac; I don't know if that matters. If I made XR3Player for my own needs, I would remove the browser. But it's not my project. |
I agree with you guyz I need to remove it from XR3Player it needs some work it was working perfectly before they release version 7 and it broke everything because of the license. I will put effort on it to remove it completely soon. |
I am just too busy recently with my Playstore apps and work. Give me some time. |
Big news 💯 🥇 ( USE JAVA 18 ) I completely removed JxBrowser from XR3Player , also i have updated all the dependencies and now we are running on JAVA 18 . I will probably remove also dropbox support . I also need to fix an error when the user tries to create a playlist it says database connection closed for some reason which i haven't searched yet . Get the latest commits and enjoy @HelgeStenstrom @mingtianshi Yo remember to include on VM options these In order to run the project you should add the following VM Options ( easy using IntelliJ , Eclipse or Netbeans ) :
|
No description provided.
The text was updated successfully, but these errors were encountered: