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

Method javaBinaryWasBad

launcher/JavaCommon.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void JavaCommon::javaBinaryWasBad(QWidget *parent, JavaCheckResult result)
60{
61 QString text;
62 text += QObject::tr(
63 "The specified java binary didn't work.<br />You should use the auto-detect feature, "
64 "or set the path to the java executable.<br />");
65 CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
66}
67
68void JavaCommon::TestCheck::run()
69{

Callers

nothing calls this directly

Calls 1

selectableFunction · 0.85

Tested by

no test coverage detected