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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:13:08+00:00 2026-05-23T16:13:08+00:00

I have my .properties file in com.someOtherpage -somefolder –theProperties.java `<— This guy needs it`

  • 0

I have my .properties file in

com.someOtherpage
 -somefolder
  --theProperties.java  `<--- This guy needs it`
com.somepackage
WEB-INF
 -config
  --project.properties  `<--- Here is where he sits`

when deployed how can I call the properties file with out calling its absolute path like below

public class theProperties
{
  private static Properties properties = new Properties();

  public theProperties()
  {
  }

  public String get(String attribute) throws Exception
  {
     //what do I need to set up to be able to call this file this way 
     //notice there is no '../../project.properties'
     //                    -----
    InputStream is = theProperties.class.getResourceAsStream("project.properties");
    properties.load(is);

    is.close();

    return properties.getProperty(attribute);
  }
}

The above isn’t working, why?

  • 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-23T16:13:08+00:00Added an answer on May 23, 2026 at 4:13 pm

    If you put the properties file in the same package as the Class that reads it you specify its path relative to that class, that is if the properties file is in the exact same package as the class loading it you specify the path as project.properties.

    If you put the properties file in the default package and the loading class isn’t in the default package, you have to specify an absolute path like, /project.properties. Just a reminder no classes should be in the default class path as a general rule.

    Either way, your properties file has to be on the classpath which yours isn’t. In other words it has to be somewhere in WEB-INF/classes/.

    A better solution, but more complex is to use Guice to inject properties and not write your own reader.

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

Sidebar

Related Questions

I have a java app, and the log4j.properties file is in src/com/my/path/props. On compile,
I have a properties file in java, in which I store all information of
If I have a Resource bundle property file: A.properties: thekey={0} This is a test
I have to deploy a web app and the the log4j.properties file is created
I have a simple java application that loads a properties file from the current
I have a properties file for localization: foo=Bar title=Widget Application This is tied in
I have a properties file, let say my-file.properties. In addition to that, I have
I have a properties file which currently contains system names and ip addresses. What
Say I have a struts.properties file with a defined value uploads.directory . How can
I have an executable jar Client.jar that requires jndi.properties file. Since the jndi properties

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.