Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Eclipse 3.2.2 product built on Windows for OSX will not run
Eclipse 3.2.2 product built on Windows for OSX will not run [message #465826] Sat, 07 April 2007 18:47 Go to next message
Eclipse UserFriend
Originally posted by: charlie.wowzamedia.com

I am trying to build an OSX product using Eclipse 3.2.2 for Windows. I
have properly created a .product file, a windows .target file and an OSX
target file. The product uses the "application"
"org.eclipse.ui.ide.workbench". When I build the product for Windows on
Windows everything works correctly. When I try to build the product for
OSX on Windows it builds but the resultant Eclipse application does not
run properly on the Mac. I copy the entire application folder over to the
Mac. When I double click to run, the machine churns for a while then it
starts many instances of the application. The applications seem to be
running properly but it may open 10-50 instance of the application. One
after the other until I reboot the machine.

I have tried this same operation with Eclipse 3.3M6 and it works fine. I
can build an OSX application on Windows and it operates properly.

My osx.target for Eclipse 3.2.2 is:

<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.2"?>

<target name="wowzamediaserverprosdk.osx">

<environment>
<os>macosx</os>
<ws>carbon</ws>
<arch>ppc</arch>
<nl>en_US</nl>
</environment>

<location path="C:\wms-eclipse\targets\osx"/>

<content useAllPlugins="true">
<plugins>
</plugins>
<features>
</features>
</content>

<implicitDependencies>
<plugin id="wowzamediaserverprosdk"/>
</implicitDependencies>

</target>

Any ideas why this is happening? I did a bunch of Google searches but
cannot find any answers.

Charlie Good
charlie@wowzamedia.com
Re: Eclipse 3.2.2 product built on Windows for OSX will not run [message #465832 is a reply to message #465826] Mon, 09 April 2007 20:44 Go to previous message
Eclipse UserFriend
Originally posted by: charlie.wowzamedia.com

I figured this out. I was missing the Splash.app bundle in the application
bundle.

Charlie
Previous Topic:No line numbers in stack trace of exception
Next Topic:How to access Preferences?
Goto Forum:
  


Current Time: Wed Sep 25 06:53:45 GMT 2024

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

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

Back to the top