| Article: |
Building Cocoa-Java Apps with Eclipse | |
| Subject: | Unclear from the beginning | |
| Date: | 2005-04-28 07:50:29 | |
| From: | davidvoo | |
|
Hi there,
|
||
Showing messages 1 through 2 of 2.
-
Sorry, my apology
2005-04-28 08:44:16 davidvoo [View]
-
Unclear from the beginning
2005-04-28 08:31:37 mikebutler1 [View]
Hi david,
It refers to the actual Info.plist file which is inside the Contents folder of the newly built application.
"Instead of writing an Info.plist by hand, simply build the project and take the Info.plist from the newly produced app in the build folder (build/TextEdit.app/Contents/Info.plist)"
This simply means, build TextEdit with XCode. Then using the Finder, go inside the Contents folder of the newly built application bundle. There you will find a completed Info.plist which you can take a copy of - rather than trying to write it by hand.



Eventually I am mistaken the location of the file.
Now when I tried to run Debug as shown to catch the breakpoint, I hit error of:
Failed to connect to remote VM, connection refused.
Whats wrong?