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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:30:15+00:00 2026-06-18T07:30:15+00:00

I would like to share a string across a couple of classes in java,

  • 0

I would like to share a string across a couple of classes in java, however the string is not constant, so the usual method of public static final does not work.

I mean, I update the value of string, and this varies from use.

Currently the code I am using is:

public String NewDestination;

 destination = "D:/Documents/NetBeansProjects/printing~subversion/fileupload/web/Uploaded/"; // main location for uploads (CHANGE THIS WHEN USING PREDATOR)
            File theFile = new File(destination + "/" + username);
            theFile.mkdirs();// will create a sub folder for each user (currently does not work, below hopefully is a solution) (DOES NOW WORK)
            System.out.println("Completed Creation of folder");
            NewDestination = destination + username + "/";

Above, it is created from adding together destination + username + “/”, so it can not be static final as this changes on each log in, but I still need the value passed to another class, how can I do this ?

EDIT:

What I have now done is:

added public static String NewDestination; to my FileUploadController.java

and in my Mybean.java I added System.out.println(FileUploadController.NewDestination); and it still out prints null 🙁

  • 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-18T07:30:16+00:00Added an answer on June 18, 2026 at 7:30 am

    It sounds like you want a public static non-final field.

    However, this would allow other classes to change it too.
    It would be better to make a private static field, and a public static getDestination() method to allow other classes to read it.

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

Sidebar

Related Questions

I would like to share my Oracle SQL Developer configuration across my several computers
I would like to know if there is a method to create share buttons
I am making a drawing app and would like to share the image. However,
I came across the following code recently and would like to optimize it: Public
Problem: I would like to share code between multiple assemblies. This shared code will
I am developing an app in which i would like to share my data
My problem is: I have 3 procs that would like to share config loaded
So I'm creating an array called fruits which I would like to share between
I would like to be able to start scripts on my network share without
I would like to display static (shared) objects at runtime in a PropertyGrid but

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.