-
-
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
Support Java 9 Platform Module System (JPMS) #164
Conversation
Use jlink to build application
Can you try to run the Windows build @touwys? Are you able to locate this build by yourself? See #160 for guidance. |
Can you try to run the Windows build @touwys?
Are you able to locate this build by yourself? See #160 for guidance.
Sorry, but I don't know what you mean by that? There seems to be a contradiction in terms? If I am to download the Windows build at the link provided, all I see there, is this /404_error[https://github.com/Borewit/listFix/suites/12402382258/artifacts/659460398]/. Otherwise, why, where do I have to locate it?
…----------------------------------------
21 Apr 2023 20:46:08 Borewit ***@***.***>:
Can you try to run the Windows build[https://github.com/Borewit/listFix/suites/12402382258/artifacts/659460398] @touwys[https://github.com/touwys]?
Are you able to locate this build by yourself? See #160[#160] for guidance.
—
Reply to this email directly, view it on GitHub[#164 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/APVPQQS4WARVZ5X2M66OQZTXCLIW7ANCNFSM6AAAAAAXHGH5RI].
You are receiving this because you were mentioned.[Tracking image][https://github.com/notifications/beacon/APVPQQQ5VXYUGGDSNIU3FRLXCLIW7A5CNFSM6AAAAAAXHGH5RKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS2PYNVU.gif]
|
I tried to download the build, via the link, with another account. This how to access the Windows build artifacts: screen-capture.webm |
The behavior of the console is configurable: Line 178 in 00f3549
Do I capture that initial error? Good question. In a way no. If the application cannot be started it's on the OS the handle with that error. Unless the launching mechanism takes care of way of capturing that.. When building background applications, services, we indeed capture this kind of output, by redirecting the console output to a file. Next is to turn wrap this "runtime image" into an installer which hopefully better integrates it with Windows, or Linux. |
Yes, thanks for the reminder.
I suppose you are going to keep the default set as "false", for the time being? Incidentally, I did notice that the app settings were retained from the previous installation — even though I have "cleanly" removed the installation before installing this distribution. This can only mean that the app is not self-contained — yet? Where does it store the settings info? Here is the DOS-log is you still need it for any reason: • |
Application settings are always stored in
You can open those files with a text editor. So these are the traces left behind by listFix() independent of the distribution. |
Application settings are always stored in %USERPROFILE%\.listFix(), close to the log files, in the parent folder.
Thanks, I had missed those when uninstalling. These three json-files will be moved to the self-contained folder of the portable version, later on when it's available?
…----------------------------------------
22 Apr 2023 15:51:26 Borewit ***@***.***>:
Application settings are always stored in *%USERPROFILE%\.listFix()*, close to the log files, in the parent folder.
1. *.listFix()/history.json*
2. *.listFix()/mediaLibrary.json*
3. *.listFix()/options.json*
You can open those files with a text editor.
—
Reply to this email directly, view it on GitHub[#164 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/APVPQQSZZYZOBWXQLVXEJFDXCPO53ANCNFSM6AAAAAAXHGH5RI].
You are receiving this because you were mentioned.[Tracking image][https://github.com/notifications/beacon/APVPQQVXLM4USZFPUWN3QU3XCPO53A5CNFSM6AAAAAAXHGH5RKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS2QT67U.gif]
|
Changes: