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 7676479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:12:32+00:00 2026-05-31T17:12:32+00:00

I have a single image file in a folder in my Eclipse project that

  • 0

I have a single image file in a folder in my Eclipse project that stores a image file (logo.jpg). However I don’t know how to access it in my main program.

I had tried the following

private static URL logoPath

public class MainApplication
{
     public void createGui()
     {
          logoPath.getClass().getResource("/Resources/images/logo.jpg");
          ////
     }
     /////
}

Problem is I keep getting a null pointer exception so obviously that path is done wrong or else the logoPath.getClass() is tripping it up.

Any ideas?

  • 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-05-31T17:12:33+00:00Added an answer on May 31, 2026 at 5:12 pm

    You need to place your resources in a java source directory for them to be visible. You have two options:

    1. Move your “resources” folder under your existing “src” folder.

    2. Create a new source folder just for resources. You can do that in Java Build Path page of project properties.

    Several things to watch out for…

    1. Pay attention to your capitalization. Java resource lookup is case sensitive.

    2. The path that you would use will be relative to the source folder (not project root). For instance, if you make your resources folder a source folder, your path will need to be “images/…”. If you want to preserve resources folder in the lookup path, you will need to create an extra folder level in your project to serve as the source root for resources.

    3. I am not certain whether it is an actual problem, but resources paths should not start with a leading slash. They aren’t really paths in a traditional sense. Think of them as package-qualified class names, but with ‘/’ instead of ‘.’ as the separator.

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

Sidebar

Related Questions

I have a single spool mbox file that was created with evolution, containing a
I have to insert full path to every single image/css file of my website,
I have an image in my project. In Solution Explorer, I've created a folder
I have a menu composed of a single image (e.g., sprites). In order to
I have an image upload page (single page). When submitted it check filesize and
I have a UITableView that displays single large images in each cell. The names
I have an single threaded, embedded application that allocates and deallocates lots and lots
I have a single user java program that I would like to have store
I have a single line CEikLabel in my application that needs to scroll text.
I have made a swing application which uses image files located in a folder

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.