private String getDefaultBBJRE() {
   IVMInstall vm = VMUtils.getDefaultBBVM();
   return vm != null ? vm.getName() : "";
 }