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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:13:53+00:00 2026-05-12T09:13:53+00:00

playing around with a property file i figured that there seems to be a

  • 0

playing around with a property file i figured that there seems to be
a limitation of 40char to save in a single property.

I do the following:

File configFile = new File("config.properties");

Properties props = new Properties();
props.put( "cc_server", "sort_of_a_long_string_aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
FileOutputStream fos = new FileOutputStream( configFile );
PrintWriter pw = new PrintWriter( fos );
props.list( pw );
pw.flush();
pw.close();         
System.out.println("done.");

The result is, that only the first 37char get saved, extended by “…”.
I debuged that the PropertiesHash’s got the right values, the writing
to the file seems to be the problem.

Is there a way to extend / switch off this limitation?

tia

 K
  • 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-12T09:13:54+00:00Added an answer on May 12, 2026 at 9:13 am

    There is no such limit

    Since you mention “…” i have this question: are you displaying the value in a JLabel ?
    The “…” is a typical way of a JLabel rendering a String thats too long.

    There also is an easier way to save Properties

    File propertiesfile=new File("fileName.props");
    propstosave.store(new FileOutputStream(propertiesfile), "groupnames");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Playing around with MongoDB and NoRM in .NET. Thing that confused me - there
I've been playing around with Expression Trees. I have the following simple method that
Whilst playing around with an nhibernate mapping, I noticed that a property setter I
I playing around with the Twitter API for my BlackBerry application. Is there any
I am playing around with data binding and noticed that the Binding Format is
I'm playing around with property in Python and I was wondering how this @propertyName.deleter
I am playing around with the new System.ComponentModel.Composition namespace in .NET 4.0 beta 2,
I am relatively new to design patterns and am playing around with the GangOfFour
I am new to Spring.NET and am just playing around trying different things out.
I'm playing around with Durable WCF services. i.e. WCF services that persist their state

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.