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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:57:36+00:00 2026-06-03T23:57:36+00:00

I’m using log4j for my logging purposes. To configure everything, I’ve made a log4j.xml

  • 0

I’m using log4j for my logging purposes. To configure everything, I’ve made a log4j.xml that is outside of the jar-file. It works great, but gives problems when the jar-file isn’t executed from the same directory where the log4j.xml is.

Example: jar-file is in /opt/myapp/test.jar

user@host:/opt/myapp$ java -jar test.jar

works great, but when I try this:

user@host:~$ java -jar /opt/myapp/test.jar

I get an error that log4j.xml cannot be found. That’s because it is looking for it in my current working directory.

I also have a properties file that I use in my application. This file is in the config/ directory where the jar-file is, so /opt/myapp/config in this example. The same issue like the one above occurs when trying to load the config file.

How can I let Java load a file from the directory where the jar-file is (no matter from where the jar is executed)?

Probably something very easy, but I can’t figure it out 🙁

  • 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-03T23:57:37+00:00Added an answer on June 3, 2026 at 11:57 pm
    1. Specify using log4j system property, add this before that “-jar” part of the command:
      -Dlog4j.configuration=/opt/myapp/log4j.xml

    2. Add the directory to the classpath, add this before that “-jar” part of the command:

      -cp /opt/myapp/

    3. You can specify the log4j.xml file manually in code and then reference it relative your jar file.

      • Do something like this to find the file:
        Fetch file from specific directory where jar file is placed
      • And to configure log4j:

      String path = … ;
      PropertyConfigurator.configure(path);

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

Sidebar

Related Questions

We are using XSLT to translate a RIXML file to XML. Our RIXML contains
That's pretty much it. I'm using Nokogiri to scrape a web page what has
In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm parsing an XML file, the creators of it stuck in a bunch social
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I am reading a book about Javascript and jQuery and using one of the

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.