Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Exporting eclipse plugin fails under OS X Mountain Lion
Exporting eclipse plugin fails under OS X Mountain Lion [message #945682] Mon, 15 October 2012 14:32 Go to next message
Luca Gherardi is currently offline Luca GherardiFriend
Messages: 62
Registered: November 2010
Member
I'm developing a plugin for Eclipse Juno under Mountain Lion.

I can test my plugin without problems by doing run as > Eclipse application.

However when I try to export the plugin by doing the following action it fails.

1) Open plugin.xml
2) Go to the tab Overview
3) Select Export Wizard

It returns the following error:

/Users/luca/Documents/University/PhD/FODA/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/compile.org.eclipse.pde.container.feature.xml:4: The following error occurred while executing this line:
    /Users/luca/Documents/University/PhD/FODA/it.unibg.robotics.featuremodels.model/build.xml:31: /Library/Java/JavaVirtualMachines/jdk1.7.0_07.jdk/Contents/Home/Classes does not exist.
    The following error occurred while executing this line:
    /Users/luca/Documents/University/PhD/FODA/it.unibg.robotics.featuremodels.model/build.xml:31: /Library/Java/JavaVirtualMachines/jdk1.7.0_07.jdk/Contents/Home/Classes does not exist.


What could be the problem here?
Re: Exporting eclipse plugin fails under OS X Mountain Lion [message #969948 is a reply to message #945682] Sat, 03 November 2012 18:07 Go to previous messageGo to next message
Dominik Schadow is currently offline Dominik SchadowFriend
Messages: 15
Registered: July 2009
Junior Member
I am running into the exactly same problem, even after updating to 1.7.0_09. I've reinstalled Eclipse 4.2.1 Classic, tried Eclipse 4.2.1 for RCP Developers, used new workspaces, but no success. Every export fails. Did you find any solution?
Re: Exporting eclipse plugin fails under OS X Mountain Lion [message #989361 is a reply to message #945682] Wed, 05 December 2012 20:37 Go to previous messageGo to next message
Sungmin Cho is currently offline Sungmin ChoFriend
Messages: 9
Registered: October 2012
Junior Member
Please refer to stackoverflow.com/questions/12863555/exporting-eclipse-plugin-fails-under-mountain-lion

In short, just create /Library/Java/JavaVirtualMachines/jdk1.7.0_07.jdk/Contents/Home/Classes directory, and it worked for me.
Re: Exporting eclipse plugin fails under OS X Mountain Lion [message #990323 is a reply to message #989361] Tue, 11 December 2012 20:56 Go to previous message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
This is fixed in 3.8.2 and 4.3.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=392434
Previous Topic:auto start generated product bundles
Next Topic:attaching source to third party bundles
Goto Forum:
  


Current Time: Fri Apr 26 04:04:04 GMT 2024

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

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

Back to the top