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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:08:52+00:00 2026-05-31T09:08:52+00:00

I have a java/maven project that uses tango icons, so I’m using the following

  • 0

I have a java/maven project that uses tango icons, so I’m using the following dependency:

<dependency>
    <groupId>org.freedesktop.tango</groupId>
    <artifactId>tango-icon-theme</artifactId>
    <version>0.8.90</version>
</dependency>

And the following code, which would work ok before I moved the proyect to maven:

imageIcon = new ImageIcon(this.getClass().getResource(org/freedesktop/tango/22x22/actions/address-book-new.png));

However, it now results in NullPointerException for some reason.
The generated jar does not contain the images, nor reference them in any way, but classes in other jars are.

I’ve investigated a lot, but I’ve found most people bundle their images with their source. This isn’t my case.

What do I need to do for maven to reference and/or package these images propertly?
How can I get maven to build a standalone runnable jar (this is a swing application).

  • 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-31T09:08:53+00:00Added an answer on May 31, 2026 at 9:08 am

    If you add a slash before the path it works:

    ImageIcon imageIcon = new ImageIcon(this.getClass().getResource("/org/freedesktop/tango/22x22/actions/address-book-new.png"));
    

    From the API:

    Before delegation, an absolute resource name is constructed from the
    given resource name using this algorithm:

    If the name begins with a ‘/’ (‘\u002f’), then the absolute name of
    the resource is the portion of the name following the ‘/’. Otherwise,
    the absolute name is of the following form:
    modified_package_name/name Where the modified_package_name is the
    package name of this object with ‘/’ substituted for ‘.’ (‘\u002e’).

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

Sidebar

Related Questions

I have a Maven Java project, imported using m2eclipse . The target/ directory is
I have a maven project with the following packages (for illustration only): Root: src/main/java
I have a big project that uses maven and I'm creating the project's jar.
I'm working on a Java web project that uses Maven to build its artifacts.
I have a maven project that I run using jetty: $ mvn run:jetty Where
I'm having trouble getting maven to compile a project that uses Java annotations. I
I have a Java multi-module Maven project that I want to build an MVN
I have java project that depends from other java projects. These projects are maven
I have a Maven-managed project that uses Mockito mocking in its unit tests. I
I have a Flex/Java web application that uses Maven as a build tool. Currently,

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.