Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 75201 | Differences between
and this patch

Collapse All | Expand All

(-)macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (+9 lines)
Lines 123-128 Link Here
123
							// NeedWork
123
							// NeedWork
124
						}
124
						}
125
					}
125
					}
126
				} else {
127
					if (currentJDK.equals(versions[i])) {
128
						defaultLocation = home;
129
						try {
130
							JavaRuntime.setDefaultVMInstall(findVMInstall(version), null);
131
						} catch (CoreException e) {
132
							 // NeedWork
133
						}
134
					}
126
				}
135
				}
127
			}
136
			}
128
		}
137
		}

Return to bug 75201