The virtualbox github New Issue page says to report this to the mailing list.

The configure.py script does not detect the latest version of openjdk correctly.

At line 2052, it detects the version of java with the line:

[ r'java (\d+)\.(\d+)\.(\d+)' ],

Openjdk version 17.0.18 returns (see attached pic)

openjdk 17.0.18 2026-01-20

Adding the following line after the initial 'java' line fixes the problem:

'java':  [ r'openjdk (\d+)\.(\d+)\.(\d+)-?.*' ],
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to