The Eternal Eclipse Mac OS

Posted on  by

In this handout we will download Eclipse Standard 4.5 for Mac OS X 64 Bit; if your computer uses Mac OS X (Cocoa), continue below; otherwise look for the pull-down list showing Mac OS X (Cocoa) and instead choose either Windows or Linux and then continue below.

  1. Eclipse On Mac
  2. The Eternal Eclipse Mac Os Update
Home » Eclipse Projects » Eclipse Platform » [MAC OS X] Unable to open external editor
Show:Today's Messages::Show Polls::Message Navigator

If your external hard drive is read-only on your Mac due to its NTFS file system, you can fix it by reformatting the device to a Mac-compatible format with Mac Disk Utility. Before that, remember to back up your external hard drive quickly with data backup software since the formatting will erase all the files on the device. Follow this tutorial to learn how to install eclipse on Mac. Furthermore, learn how to configure the workspace which eclipse will use to save your projects.D. Use Mac OS X 10.5 Leopard (with all software updates) on a Core 2 Duo Intel Mac, with Java Preferences set to use Java SE 6 as the default Java version, and use the 64-bit Cocoa version of Eclipse 3.5.1. Use Mac OS X 10.6 Snow Leopard on an Intel Mac, and use the 64-bit Cocoa version of Eclipse 3.5.1 note, I have not specifically tested this.

[MAC OS X] Unable to open external editor[message #277107]Sat, 04 December 2004 17:50
Eclipse User
Originally posted by: wd.zygno.org
Mac OS X 10.3.6 with Java 1.4.2 and Eclipse 3.0.
When I associate a file type with an external editor and attempt to
open a file with the external editor (right click->open with), I get
this error message:
Unable to open external editor /Applications/jEdit 4.2/jEdit.app
(/Applications/jEdit 4.2/jEdit.app).
Reason:
Error opening external editor (/Applications/jEdit 4.2/jEdit.app).
This occurs with both jEdit and TextEdit.
Is this a known problem on Mac?
Can anyone suggest a workaround or diagnostic?
thanks to all --
-- bill
Re: [MAC OS X] Unable to open external editor[message #277125 is a reply to message #277107]Sun, 05 December 2004 16:15
David Rocks
Messages: 23
Registered: July 2009
The runtime(exec) method used to call pgms from within eclipse
doesn't use the 'launch' interface and therefore can't call the
application bundle (..app) under OS X. You have to provide the full path
to the executable. In your case /Applications/jEdit
4.2/jEdit.app/Contents/MacOS/JavaApplicationStub.
This has consequences for some applications if they are already running
on your desktop. It will always try to start a new instance, which some
apps will refuse to do if they are already running. It may also cause
problems if you are passing parameters. Some apps, like IE, expect file
paths in 'classic' style: Volume:Path, which eclipse doesn't seem to
support. Good luck.
Bill Mulert wrote:
> Mac OS X 10.3.6 with Java 1.4.2 and Eclipse 3.0.
>
> When I associate a file type with an external editor and attempt to open
> a file with the external editor (right click->open with), I get this
> error message:
>
> Unable to open external editor /Applications/jEdit 4.2/jEdit.app
> (/Applications/jEdit 4.2/jEdit.app).
> Reason:
> Error opening external editor (/Applications/jEdit 4.2/jEdit.app).
>
> This occurs with both jEdit and TextEdit.
>
> Is this a known problem on Mac?
> Can anyone suggest a workaround or diagnostic?
>
> thanks to all --
> -- bill
>
>
Previous Topic:Float look for Forms Widgets
Next Topic:Variables not resolved when watched
Goto Forum:
[ Syndicate this forum (XML) ] [ ]

Powered by FUDForum. Page generated in 0.03331 seconds

On Windows, Linux/Unix, OS X

Copyright © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Max Berger

This howto has been avaiable under different versions at different times.

This document is licensed under the Eclipse Public License - v2.0 (EPL v2.0), or any later version. Please see https://www.eclipse.org/legal/epl-2.0/ for details.

Eclipse On Mac

Versions between August 2011 and December 2019 where proprietary. They are not be copied, distributed, published, or larger parts being cited without the consent of the author. Small excerpts may be cited if proper attribution including a link to the authors website is given. All rights reserved.

Previous versions of this document (prior to August 2011) where published under the GNU Free Documentation License (GFDL), Version 1.2. Please refer to the appropriate document version should you want to chose that license. Please note that the GFDL does not apply to newer versions, e.g. this version of the document!

  • Setting up a compiler
  • Setting up Eclipse
  • Common Problems
  • Older Instructions

There are several freely available C and C++ development environments. Most of them have the disadvantage that they require one particular operating system. The Eclipse IDE was written as a cross-platform development environment. Initially just written for Java, it also has a very good C/C++ development mode.

If you have already tried (and I assume failed, otherwise you wouldn't be reading this document) to install Eclipse CDT, you may want to go directly to the section called “Common Problems”.

This document describes how to install everything necessary to develop with C or C++ using only free tools on the three major operating systems Windows, Linux, and Mac OS X. It uses the Eclipse IDE, which is the same on all operating systems, thus providing a consistent user experience once installed.

The Eternal Eclipse Mac Os Update

There are two versions of this document:

The free online version

The free version of Setting up Eclipse CDT on Windows, Linux/Unix, Mac OS X can be found on Max Bergers website. It will always be the previous major revision of the document.

A paid eBook version

The eBook version of Setting up Eclipse CDT on Windows, Linux/Unix, Mac OS X is distributed through Amazon.com, Amazon.co.uk, and Amazon.de. It will always be the current major revision of the document.

Eclipse

At this time, the eBook version contains updates for the following items which are not yet in the free version:

  • There are no updates in the ebook version at this time.

Screenshots may still reflect older versions of the used software, they are only updated if there is a significant change.