feat: resolve JARs dynamically

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-06-14 22:00:24 +02:00
parent 412fdb0f7b
commit 474d77ac57
No known key found for this signature in database
GPG key ID: C10411294912A422
13 changed files with 87 additions and 19 deletions

View file

@ -39,4 +39,6 @@ public:
#ifdef Q_OS_WIN
QList<JavaInstallPtr> FindJavaFromRegistryKey(DWORD keyType, QString keyName, QString keyJavaDir, QString subkeySuffix = "");
#endif
static QString getJavaCheckPath();
};