MCPcopy Create free account
hub / github.com/MultiMC/Launcher / javaBinaryWasBad

Method javaBinaryWasBad

launcher/JavaCommon.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void JavaCommon::javaBinaryWasBad(QWidget *parent, JavaCheckResult result)
49{
50 QString text;
51 text += QObject::tr(
52 "The specified java binary didn't work.<br />You should use the auto-detect feature, "
53 "or set the path to the java executable.<br />");
54 CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
55}
56
57void JavaCommon::TestCheck::run()
58{

Callers

nothing calls this directly

Calls 1

selectableFunction · 0.85

Tested by

no test coverage detected