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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:11:21+00:00 2026-06-10T05:11:21+00:00

So I have a program that runs something like the following public class SHandler

  • 0

So I have a program that runs something like the following

public class SHandler extends Handler { 
    File lmpFile;

Down later in the program:

lmpFile = new File("Stuff.zip"); // This should create a file called "stuff.zip" in the present directory
OutputStream fos = new FileOutputStream(lmpFile); // Fill the file with whatever

Then from my main I call

 S.SHandler SpecialSH = new S.SHandler(args);
 //use the object for whatever
 SpecialSH.delFile();

Delfile is made like this and is a method inside the class:

public void delFile() {
    lmpFile.deleteOnExit();
    lmpXMLFile.deleteOnExit();
}

To my knowledge this program works right on my local machine (Windows 7 Enterprise), however on our development box when I run this it’s tossing a LOT of files that the program pulls all over the place. The execution path is /usr/data/dev/Handler and it’s putting “stuff.zip” (and the files extracted from it) in /etc/cron.d and despite trying to remove them I am unable to.

Note This program is being called via a bash script which is invoked by a cron job on a machine running RHEL6. Anyone able to help this would get my undying love and appreciation.

Edit: The bash script is simply:

export JAVA_HOME=/usr/data/java/current
export PATH=$JAVA_HOME/bin:$PATH

/usr/data/java/current/bin/java -jar /usr/data/dev/Handler/Handler.jar

Tl;DR: File runs fine on windows, when RHEL6 calls a cron, files end up where they shouldn’t. How can I make my program handle this?

  • 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-10T05:11:22+00:00Added an answer on June 10, 2026 at 5:11 am

    It looks like the working directory is /etc/cron.d/ (executable path is different).

    Relative paths (when using java.io.File), are relative to the working directory. If you want your files placed in a different directory, use absolute file paths: /path/to/stuff.zip (note the leading slash).

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

Sidebar

Related Questions

Greetings I have a program that creates multiples instances of a class, runs the
I have a Win32 program that runs on a loop. I would like to
I have a Python 3.2 program that runs like this: import platform sysname =
I have program that runs fast enough. I want to see the number of
I have a program that runs in a few threads. The main thread shares
I have a program that runs correctly if I start it manually. However, if
I have a Java program that runs many small simulations. It runs a genetic
I have a Java program that runs on my Ubuntu 10.04 machine and, without
So I have a Linux program that runs in a while(true) loop, which waits
I have to write a daemon program that constantly runs in the background and

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.