Radek Cap

Results 62 comments of Radek Cap

In Netbeans 11 was possible to Override the default font which changed the used font. See https://stackoverflow.com/questions/13262574/how-to-change-netbeans-font-size/65693065#65693065 Maybe we can use this. Hopefully, this is just hidden from UI and...

It has to be some recent change or a bug. I've installed it as a clean installation with `brew install --cask temurin21` a few days ago. And, you're right, now...

Windows 11 `bin/trgtd64` is failing with the same error as `bin/trgtd` - "Cannot find java 1.8 or higher. I had (and removed) this line in config: `jdkhome="C:\Program Files\RedHat\java-17-openjdk-17.0.11.0.9-1"` so hopefully...

Well, so it's the configuration issue. jdkhome isn't defined in trgtd.conf. This line there fix the issue but user doesn't have a chance to know what to do: `jdkhome="C:\Program Files\RedHat\java-17-openjdk-17.0.11.0.9-1"`...

On Linux is detection working properly: ````` ./trgtd-linux.sh Configuring the installer... Searching for JVM on the system... Java SE Development Kit (JDK) was not found on this computer JDK 7...

Please assign me here, I can't do it.

> get these tests open-sourced, we would love your input to them (in how they can be updated/refined for use to test Temurin MSI installers) The tests have been upstreamed...

There won't be any updates in the Temurin installer.

I've finished the first part and the code is prepared for incorporation into the testing in Adoptium pipelines. The code is currently in https://github.com/RadekCap/WindowsTPS and will be part of rh-*...

The repo has been moved here: https://github.com/rh-openjdk/WindowsTPS This is the final destination of it.