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

  • SEARCH
  • Home
  • 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 8915443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:58:41+00:00 2026-06-15T04:58:41+00:00

I have been able to get resources to load in both Netbeans and a

  • 0

I have been able to get resources to load in both Netbeans and a JAR file, such as ImageIcons, but today I am unable to “read” from same directory when running my program from a JAR file. I want to list the directories and files in a classpath directory, but when I run the program from a JAR file the directory becomes unreadable. It works fine in Netbeans.

tileDirectory = new File(TileDirectoryLister.class.getResource("/resources/images/tiles").getPath());

    jta.append("\nThe class path for the tile directory is:"
            + "\n\t" + tileDirectory.getPath());

    jta.append("\nThe tile directory is readable: " + tileDirectory.canRead());

When run from Netbeans it prints true; when run from a JAR file it prints false. Why does canRead print false when I run from a JAR file?

  • 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-15T04:58:42+00:00Added an answer on June 15, 2026 at 4:58 am

    A File represents a path on the file system. Your icons are inside a jar file. You can’t use a File to access them.

    To get access to some resource in the jar file, just use

    SomeClass.class.getResourceAsStream("/resources/images/tiles/SomeIcon.png");
    

    to get an InputStream, or

    SomeClass.class.getResource("/resources/images/tiles/SomeIcon.png");
    

    to get a URL.

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

Sidebar

Related Questions

I have been trying different things and still have been able to get exactly
I've been reading similar questions to this issue and have been able to get
I have this excel file which I have been able to write the data
I have been able to run my C# .net 3.5 app just fine on
I have been able to make my photos large for single photo posts on
I have been able to find lots of examples of adding a Dropdown list
I have been able to design my layout so that it has 2 columns
I have been able to set up OBDC in Filemaker, and added table ,
Hi I have been able to extract a VARCHAR to a date using string_to_date
What I have been able to grasp from reading the source and documentation from

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.