Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9126715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:06:20+00:00 2026-06-17T07:06:20+00:00

According to the Java Info.plist Key Reference for Mac , you’re supposed to be

  • 0

According to the Java Info.plist Key Reference for Mac, you’re supposed to be able to use the $APP_PACKAGE variable to be able to access the root directory of a Mac Application bundle. So I figure that I can store a file in the Contents/Resources/ folder and access it by calling

new File("$APP_PACKAGE/Contents/Resources/MyFile.txt")

However, this doesn’t seem to work and I simply get a file not found error. Moreover, I’ve tried the following to see if I could narrow down the problem:

new File("$APP_PACKAGE/Contents").exists() //Returns false
System.out.printline(new File("$APP_PACKAGE").getParent()) //Returns an empty string

I did generate the Mac OS X bundle using Eclipse’s Export to Mac OS X application bundle, if that matters. Any help (or a suitable workaround) would be greatly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:06:21+00:00Added an answer on June 17, 2026 at 7:06 am

    I figured it out! Even though the app had a hard time telling me what the working directory is, I managed to figure out that it is the folder that the application is in. Then I was able to solve it by referring to the app as a directory:

    new File("MyApp.app/Contents/Resources/MyFile.txt").exists() //Returns true!!!
    

    I’d also like to add that I found the suggestion on this blog post to add the following to my info.plist file:

    <key>WorkingDirectory</key>
    <string>$APP_PACKAGE/Contents/Resources</string>
    

    Unfortunately, this doesn’t seem to work on Mac OS 10.7.5 and the working directory just gets reset to the folder that the application is in.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to Java thread state info calling wait() will result a thread to go
In Java we use System.setProperty() method to set some system properties. According to this
I want to create a Java application bundle for Mac without using Mac. According
According to Java, static variable are accessible by Class name but they are also
When I use Scala^Z3 (Z3 3.2 and according Scala^Z3 java library) and get a
According to the documentation of java.util.Pattern , the POSIX character class \p{Graph} ( [:graph:]
According to the documentation for getResultSet in java.sql.Statement , it says: Retrieves the current
GWT compiles the Java source into Javascript, and names the files according to a
I am trying to configure tomcat according to Dealing with "java.lang.OutOfMemoryError: PermGen space" error
I have been asked to write a java program on linux platform. According to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.