Update launcher/ui/pages/global/JavaPage.cpp
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
		| @@ -166,7 +166,7 @@ void JavaPage::on_javaTestBtn_clicked() | ||||
|         return; | ||||
|     } | ||||
|     checker.reset(new JavaCommon::TestCheck( | ||||
|         this, ui->javaPathTextBox->text(), ui->jvmArgsTextBox->toPlainText(), | ||||
|         this, ui->javaPathTextBox->text(), ui->jvmArgsTextBox->toPlainText().replace("\n", " "), | ||||
|         ui->minMemSpinBox->value(), ui->maxMemSpinBox->value(), ui->permGenSpinBox->value())); | ||||
|     connect(checker.get(), SIGNAL(finished()), SLOT(checkerFinished())); | ||||
|     checker->run(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user