Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Change default plist(Creating Java based application for Macintosh)
Change default plist [message #987300] Sun, 25 November 2012 21:12
Paul Heiney is currently offline Paul HeineyFriend
Messages: 6
Registered: November 2012
Junior Member
I have a Java application that runs on Windows, Linux, and Macintosh. I use my Mac for development. I recently migrated from Xcode to Eclipse and I'm moving up the learning curve on Eclipse. I'm able to build and export the project just fine, but Eclipse seems to create a default Info.plist over which I have no control. For example, it says

<key>CFBundleGetInfoString</key>
<string>Myproject1.0, Copyright {user} 2004. All rights reserved.</string>

(actually, for Myproject it has the real name of my project).
This file lives in
Myproject.app/Contents

On Xcode I was able to edit Info.plist to present accurate information, as well as to add a bunch of Java-specific information. Under Eclipse, I can take that old Info.plist file and add it to either the classpath or the bundle during the export process,
but it appears under
Myproject.app/Contents/Resources/Java/Info.plist
as well as the default one which is still in Myproject.app/Contents

Is there any way to control this? I'd really like to have more control over the generated plist, either by editing the version that Eclipse produces or by copying my "good" one into the right subfolder.

Thanks!
Paul
Previous Topic:Vertical border on left side of the editor
Next Topic:Can't loading ch.ethz.iks.r_osgi.remote
Goto Forum:
  


Current Time: Sat Apr 27 03:38:54 GMT 2024

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

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

Back to the top