Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.2 RC1
-
Fix Version/s: None
-
Component/s: Build, Test and Packaging
-
Labels:None
-
Environment:MacOSX 10.5, JDK 1.6
-
Similar issues:
XECLIPSE-149XEclipse does not start under Ubuntu 10.4 XECLIPSE-58On Linux the "Open page" feature doesn't open the selected page XECLIPSE-145Maven-based build of XEclipse requires customization to work out of the box XECLIPSE-155 XEclipse RESTification XECLIPSE-107 Workaround for endless loops when starting typing a wiki link XECLIPSE-69 Shared editing and shared selection capabilities XECLIPSE-95XEclipse fails to retrieve some Spaces and Pages claiming that the element doesn't exist XECLIPSE-135 XEclipse should recreate the index files if it they are missing in the connection directory XECLIPSE-20Write a quick installation and using page for XEclipse XECLIPSE-139XEclipse automatically closes XML closing tags
Description
Unfortunately, one still need to tweak the Info.plist in order for XEclipse to start on OSX 10.5 with JDK 1.6 set as preferred JDK.
The tweaks involve setting a vm version as explained in the plist.
replace:
<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options:
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string>
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string>
-->
with
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string>
I would recommend to do this change now since the binaries are 32 bits only and no further java on MacOSX will be released for 32 bits anyways (see java-dev mailing-list).
Issue Links
- duplicates
-
XECLIPSE-150
Move the build system to Tycho
-
Fixed by
XECLIPSE-150