Menu

#32 Setup.java error in options reading

open
nobody
None
5
2005-03-16
2005-03-16
Anonymous
No

Change this

if (fullPath != null && "true".equals(fullPath)) {
VAGlobals.USE_FULL_JAVA_PATH = true;
if (VAGlobals.DEBUG) {
VAGlobals.printDebug("Full java path always used");
}
} else if (VAGlobals.DEBUG)
VAGlobals.printDebug("Full java path used only if
needed");
String shortcutsInInstallDir = prop.getProperty(
"vainstall.shortcut.in.installdir", null);
if (fullPath != null &&
"true".equals(shortcutsInInstallDir)) {
VAGlobals.SHORTCUTS_IN_INSTALLDIR = true;
if (VAGlobals.DEBUG) {
VAGlobals
.printDebug("Shortcuts will be created in install
dir");
}
}

Discussion

MongoDB Logo MongoDB