Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Mac Build issues - You can't open the application "Eclipse" because it may be damaged (RCP Mac build errors)
RCP Mac Build issues - You can't open the application "Eclipse" because it may be damaged [message #1810523] Tue, 13 August 2019 07:09 Go to next message
Bhushan Ivatury is currently offline Bhushan IvaturyFriend
Messages: 9
Registered: June 2019
Junior Member
Hello All

I'm trying to build a cross platform build using Eclipse Product - I had built the cross platform build on Linux and when ever I'm running the MAC build on Sierra and Mojave - I'm facing the following error while launching

You can't open the application "Eclipse" because it may be damaged or incomplete.

J2SE12 , OSX Sierra & Mojave.


If I build using the Maven and Tycho - I'm always getting SWT / JFACE library dependency error -> class not found.

Attached is the POM.xml for Tycho Build . And error is class not found org.eclipse.jface not found.

Its been a bit urgent - we have a release and i didnt find a right place on the information.

Regards

Bhushan



  • Attachment: pom.xml
    (Size: 10.51KB, Downloaded 134 times)
Re: RCP Mac Build issues - You can't open the application "Eclipse" because it may be dama [message #1811014 is a reply to message #1810523] Fri, 23 August 2019 17:12 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Hi Bhushan,

Eclipse is always build from two repositories.

<repositories>
<repository>
<id>platform_latest</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.12</url>
</repository>

<repository>
<id>release-train_latest</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/2019-06</url>
</repository>
</repositories>

Hope this helps.

Wim
Re: RCP Mac Build issues - You can't open the application "Eclipse" because it may be dama [message #1811015 is a reply to message #1811014] Fri, 23 August 2019 17:13 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

https://www.vogella.com/tutorials/EclipseTycho/article.html
Previous Topic:Eclipse in Maven Central
Next Topic:Problem with the correct definition of a propertyTester
Goto Forum:
  


Current Time: Fri Apr 19 16:18:38 GMT 2024

Powered by FUDForum. Page generated in 0.01905 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top