MyEclipse Mac Users,
We are seeing a failure with our Mac update site at the moment and have temporarily disabled it. Trying to apply the update will fail with an unresolvable bundle named "mac.disabled.for.myeclipse.75.see.forums".
We apologize to all our Mac users for this interruption and work as fast as possible to fix it. There is the required amount of flogging and self-torture going on in the office for this hickup at the moment.
If you are on Mac and tried to apply the 7.5 update and your install of MyEclipse has been corrupted, there is a chance that the "myeclipse.ini" file, contained inside the MyEclipse executable package (at the root) got deleted while the update was trying to apply. If you right-click on the "myeclipse" executable and do Show Package Contents > Contents > MacOS and find that the myeclipse.ini file is missing, you can try and restore this file to recover the MyEclipse install.
The contents of the file look *similar* to this (please update shortcuts and file references to match your local machine paths):
| Code: |
-startup
../../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
../../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
-clean
-configuration
../../../configuration
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XstartOnFirstThread
|
|