throw new IOException("Existing launcher jar is not a bundle, cannot get version info:"
+ currentLauncherJarFile.getAbsolutePath());
}
String info = null;
if(currentVi.compareTo(newVi) == 0) {
info = "up to date";
installNewLauncher = false;
} else if(currentVi.compareTo(newVi) > 0) {
info = "more recent than ours";
installNewLauncher = false;