> The only real discovery I made is that this file:
> https://github.com/BaseXdb/basex/blob/master/basex-core/etc/basexgui.bat
> doesn't include the libraries on Windows 10... I had to change the line
>
> for /R "%LIB%" %%a in (*.jar) do set CP=!CP!;%%a
> to
> set CP=!CP!;%LIB%/*

Thanks for the note. We’ll try to find a solution that works with both
Windows 10 and older versions.

Reply via email to