You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When yed is installed it creates launcher shortcuts that point to the currently installed version of AdoptOpenJDK. When AdoptOpenJDK is later updated these shortcuts break because they point to javaw.exe in a versioned directory that no longer exists.
The text was updated successfully, but these errors were encountered:
majkinetor
changed the title
yed shortcut points to hardcoded java version
(yed) Shortcut points to hardcoded java version
Nov 30, 2020
That seems to work. Currently the shortcut Target is something like: "C:\Program Files\AdoptOpenJDK\jre-15.0.1.9-hotspot\bin\javaw.exe" -jar "C:\ProgramData\chocolatey\lib\yed\tools\yed-3.20.1\yed.jar"
After stripping the javaw.exe path so that the Target is just: "C:\ProgramData\chocolatey\lib\yed\tools\yed-3.20.1\yed.jar"
The shortcut still worked in my test.
When yed is installed it creates launcher shortcuts that point to the currently installed version of AdoptOpenJDK. When AdoptOpenJDK is later updated these shortcuts break because they point to javaw.exe in a versioned directory that no longer exists.
The text was updated successfully, but these errors were encountered: