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
The ImageJ Launcher checks the Windows registry for Java installations. Migrating this code to Jaunch Kotlin would be feasible. Should we do it? Slick would be to support reading from the registry via the same variable syntax. But to do the needed level of indirection might require adding a new TOML section—maybe:
vars = [
'winregCurrentVersion|HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\CurrentVersion',
'winregJavaHome|HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\${winregCurrentVersion}\JavaHome',
]
Kinda hacky for this one feature...
The text was updated successfully, but these errors were encountered:
The ImageJ Launcher checks the Windows registry for Java installations. Migrating this code to Jaunch Kotlin would be feasible. Should we do it? Slick would be to support reading from the registry via the same variable syntax. But to do the needed level of indirection might require adding a new TOML section—maybe:
Kinda hacky for this one feature...
The text was updated successfully, but these errors were encountered: