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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:03:05+00:00 2026-06-03T02:03:05+00:00

I have a Java project in Eclipse IDE. If I create new File object.

  • 0

I have a Java project in Eclipse IDE. If I create new File object. Like File file = new File("someFile.txt"). It expects someFile.txt to be present in project home. And I can put it in some directory like config/someFile.txt and can use this in new File constructor. All good here.

When I make the JAR of this project and put it in WEB-INF/lib. Then new File("someFile.txt") code expects the file in TOMCAT_HOME/bin. I checked it with file.getAbsolutePath();. It is out of my control. My question is why in java web application new File expects to be in the bin director. Why not the the project home. So that i can navigate to my configuration dir easily. Even ../../ navigation also does not work. Because they are getting appended with TOMCAT_HOME/bin/../../someFile.txt and cause File Not Exist.

I hope I have explained well my problem.

  • 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-03T02:03:06+00:00Added an answer on June 3, 2026 at 2:03 am

    TOMCAT_HOME/bin is the working directory of the JVM process, and so every relative path will be resolved relative to that directory.

    There’s not much you can do about, other than not using relative file paths in webapps. Better still, use ServletContext.getRealPath(), or Class.getResourceAsStream().

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

Sidebar

Related Questions

I have a java project written using eclipse ide and I want to run
I have created a New --> Dynamic Web Project from Eclipse IDE , Modified
I have a Java project in Eclipse with ~10 packages and ~10 class files
I have recently just created Java project using Eclipse that requires 2 JAR files
I have the following setup: eclipse a standard Java project (A) an eclipse plugin
Have anyone successfully managed to setup a combined Java/C++ project for Eclipse? What I
I have recently created a web project in Java using eclipse. I have a
I have a Java project and used the standard maven archetype to create the
I've downloaded the JAVA Eclipse IDE and started learning Java. I have a good
So I have a Java Project in Eclipse for which I can generate a

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.