Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 14846 Details for
Bug 75201
MacOSXVMInstallType.detectInstallLocation() always returns null if findVMInstall succeeds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for OSXVMInstallType
MacOSXVMInstallType-patch.txt (text/plain), 884 bytes, created by
Jeff Myers
on 2004-09-28 14:38:41 EDT
(
hide
)
Description:
Patch for OSXVMInstallType
Filename:
MIME Type:
Creator:
Jeff Myers
Created:
2004-09-28 14:38:41 EDT
Size:
884 bytes
patch
obsolete
>Index: macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java,v >retrieving revision 1.15 >diff -u -r1.15 MacOSXVMInstallType.java >--- macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java 18 Jan 2004 23:36:54 -0000 1.15 >+++ macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java 24 Sep 2004 00:20:16 -0000 >@@ -123,6 +123,15 @@ > // NeedWork > } > } >+ } else { >+ if (currentJDK.equals(versions[i])) { >+ defaultLocation = home; >+ try { >+ JavaRuntime.setDefaultVMInstall(findVMInstall(version), null); >+ } catch (CoreException e) { >+ // NeedWork >+ } >+ } > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 75201
: 14846 |
15354