MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / javaBinaryWasBad

Method javaBinaryWasBad

launcher/JavaCommon.cpp:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void JavaCommon::javaBinaryWasBad(QWidget *parent, JavaCheckResult result)
97{
98 QString text;
99 text += QObject::tr(
100 "The specified Java binary didn't work.<br />You should use the auto-detect feature, "
101 "or set the path to the Java executable.<br />");
102 CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
103}
104
105void JavaCommon::javaCheckNotFound(QWidget *parent)
106{

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected