In my testing, it successfully detects Java 8u333, which is what java.com offers for Windows.
- Steve On Wed, Jun 15, 2022 at 4:10 AM, DC* <d...@riseup.net> wrote: > Hey, > > I'll do my best to test the windows installer today. I'll report finders > over IRC. > > Best regards > > On 2022-06-13 20:59, Dr. Arne Babenhauserheide wrote: >> Hi, >> >> If you run Windows, could you try the new Freenet installer with the >> wintray-improvements from naejadu? >> >> - Does it install Freenet correctly? >> - Does in install Java? >> - Does the tray detect an existing or newly installed Java? >> >> https://github.com/freenet/wininstaller-innosetup/releases/download/build01493-new-installer-test-2/FreenetInstaller-1493-new-installer-2.exe >> >> Sources and changes: https://github.com/freenet/wintray/commits/master >> >> Best wishes, >> Arne >> >> >> "Dr. Arne Babenhauserheide" <arne_...@web.de> writes: >> >>> [[PGP Signed Part:Good signature from DCCF0DB30BC10548 Arne >>> Babenhauserheide (Physikliebhaber, Hobbysänger und Ideenspringquell) >>> <arne_...@web.de> (trust ultimate) created at 2022-06-12T01:20:19+0200 >>> using RSA >>> Good signature from 13EF8D452403C3EB Arne Babenhauserheide (Drak) >>> <arne_...@web.de> (trust ultimate) created at 2022-06-12T01:20:19+0200 >>> using RSA]] >>> Hi, >>> >>> >>> There is already a pretty nice collection of changes in the pipeline for >>> 1494 (see https://github.com/freenet/fred/pulls ), but four of the >>> pull-requests still need a review to be able to release: >>> >>> >>> - randomize pitch black defense times >>> https://github.com/freenet/fred/pull/747 >>> (this one is important for the long-term viability of Freenet!) >>> >>> - m3u-player: more robust sizes, do not use overlay for audio. >>> https://github.com/freenet/fred/pull/768 >>> (this enables *convenient* samizdat radio on Freesites!) >>> >>> - add opens jvmargs when building on java 17 >>> https://github.com/freenet/fred/pull/769 >>> (important to have an easier start for new contributors) >>> >>> - remove old unconditional logging line >>> https://github.com/freenet/fred/pull/770 >>> (that’s a simple cleanup) >>> >>> >>> Please look into them — I cannot review them myself, because I added >>> them, and we need at least four eyes on every change for basic safety. >>> >>> >>> Also if you have some knowledge about our RequestStarter logic, please >>> have a look at https://github.com/freenet/fred/pull/777/files >>> >>> According to Trivuele that improves throttling of local requests >>> significantly, because the existing logic was pretty inconsistent over >>> time, but I don’t understand the old logic well enough to see whether >>> the old behavior was a bug or whether there was a point to it. >>> >>> >>> Best wishes, >>> Arne