Made tar.gz parser
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
ab7fc2e46c
commit
1a6dfd04d6
15 changed files with 381 additions and 6 deletions
|
@ -54,7 +54,6 @@ void VerifyJavaInstall::executeTask()
|
|||
auto javaArchitecture = settings->get("JavaArchitecture").toString();
|
||||
auto maxMemAlloc = settings->get("MaxMemAlloc").toInt();
|
||||
|
||||
emit logLine(tr("Java architecture is x%1.").arg(javaArchitecture), MessageLevel::Info);
|
||||
if (javaArchitecture == "32" && maxMemAlloc > 2048) {
|
||||
emit logLine(tr("Max memory allocation exceeds the supported value.\n"
|
||||
"The selected java is 32-bit and doesn't support more than 2048MiB of RAM.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue