-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Playlists Editor border #158
Conversation
Review: listFix_2.7.0-PR158-2
|
9af5103
to
242188c
Compare
Do you mind to try this distribution @touwys:? You need to unzip it somewhere, and run |
Sure, I've downloaded it moments ago. Relatively speaking, it is a very small file, and is it a portable version? |
Which executable do I run? — listFix-2.7.0-6.jar? |
If that means, there is no installer and you unzip and run it, the answer is yes. With this way of compiling, only parts of the JRE wich are required are "linked" in. What is not possible out-of-the-box, is make one nice .exe of it with an icon. This poor Windows integration is big big mistake Java is keep making since it was invented. I am looking for a way to use this distribution, but there is so little documented how to this properly. You need all kinds of complex third party tools. |
I did run the bat-file already. What I meant is, what do I run next after the bat-file — I thought that would be listFix-2.7.0-6.jar? |
@Borewit, I don't know about the Java-stuff. I had guessed to run listFix-2.7.0-6.jar, from what I could remember from the old Java-app. Remember, I'm a rookie. 🙃 |
The .bat file should start the application. If that doesn't happen something is wrong. On my machine it works. Indeed, jar files can be made so you run them. Like this one: listFix-2.7.0-6-all.jar.zip. You need remove the .zip extension by renaming it, don't extract that one! I am not allowed upload jar here, that why I added The jar distribution file linked to v2.7.0 works that way. Another portable distribution. So I can also send you test versions that way, if you prefer. With support of a local JRE. The compiled version does not need a JRE, if works. You may see an error, if you first startup |
That is probable why the binary distribution does not work, as I have build it on Windows 11. The More info about versions and links to various distribution here: https://whichjdk.com/ Which one is the best? I have no idea, I am lost in Java releases, after Java 1.8 (compatibility version 8) things became very chaotic. |
@touwys. in this PR #160 I extended the build pipeline to automatically generate the "Fat-JAR" (executable Jar file). If you are able to run such file, each PR automatically has "portable" dsitribution attached which you can try and run. It is very well hidden (sorry, that is out my conrol), so added instruntions how to access it. |
My installed Java-version was updated recently, on January 23, 2023 — version "jre1.8.0_361". I suppose it fails the compatabilty test? |
Indeed. That JRE 1.8 is a sort of dead end probably best to remove that software. |
Removed it, thank you, and looking forward to the next move. |
Amazon Corretto 17 requires Windows 10 It will be tough with Windows 7. Windows 7 reached it end of it's support in January 2020. That means software vendors normally also drop their support. Does the Oracle SDK 17 work version work? If not, maybe Oracle SDK 15, which is just enough. When I build an installer, it wraps the JRE, so there should be a binary complaint Windows 7 JRE, otherwise you would not be able to run listFix(). |
I am aware of that, but for various reasons, I am loath to upgrade. For instance, I use a huge number of apps tailored to suit Win 7, and some of these could stop working properly under a new OS. Windows 7's end of life was extended to 2023, already. Estimates for Windows 7 users vary from 100 million (min.) to 200 million (probable)., which is a considerable number. Hopefully, ideally, you can continue to accommodate Windows 7? I am rather going to steer clear of the Java-options in order to avoid probable complications. |
242188c
to
732e275
Compare
Resolves #66