Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 Java 开发一个应用程序并将其整合到一个应用程序包中,但是我在构建我的 Gui 的 xml 文件时遇到了问题。我想将 xml 文件存储在应用程序包中,但我能够让它工作的唯一方法是直接访问文件 Application.app/Contents/Resources/Java/Gui.xml 。如果重命名应用程序,这显然会中断,这是不可取的。
您可以在 App 的 Info.plist 中设置 WorkingDirectory 属性。
http://www.blog.jasonederle.com/?p=15