blob: ac356d1096562e35a36709577be78c87dba8fc12 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2013 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Guindon (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
//if name of the file requested is the same as the current file, the script will exit directly.
if(basename(__FILE__) == basename($_SERVER['PHP_SELF'])){exit();}
?>
<div class="leftContent">
<div id="mac_gatekeeper">
<h1>The problem:</h1>
<p> With OS X 10.9 Mavericks, the Gatekeeper settings prevent Eclipse Luna M3 packages from running. Users see a warning dialog "New App can't be opened because it is from an unidentified developer" or a similar message.
</p>
<p>See <a href="http://support.apple.com/kb/ht5290">http://support.apple.com/kb/ht5290</a> for further details about Gatekeeper.</p>
<p>As a workaround please start Eclipse once with Gatekeeper disabled, and enable Gatekeeper afterwards:</p>
<ol>
<li>Disable Gatekeeper: Go to 'System Preferences' > 'Security &amp; Privacy' and select 'Allow applications downloaded from' "Anywhere"</li>
<li>Start Eclipse once without Gatekeeper</li>
<li>Do not forget to re-enable Gatekeeper and restore the old settings</li>
</ol>
<br/><br/>
<p>Return to the <a href="/downloads/index-developer.php">developer builds downloads</a> page.</p>
</div>
</div>