• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

NX: how do I have to make "property file"?

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am currently working on the "URLyBird" project and there is one
think I don't get. It says that I have to handle configuration in the
"property.java" file through GUI, and I have no clue what it should
include and how it should look like. Could anybody give me a clue?
Thank you in advance and good luck!
Sang-Wook
 
Ranch Hand
Posts: 319
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Basically it's the settings that the user can change on startup, that you have to save, and read, to and from a .properties file.
E.g. for saving properties

E.g. for loading properties

Hope this helps
 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Try these links:
Topic: suncertify. properties -- Network / non-networked mode
https://coderanch.com/t/184786/java-developer-SCJD/certification/suncertify-properties-Network-non-networked
Topic: NX Contractor - silly "working directory" question (Also Executable Path)
https://coderanch.com/t/183683/java-developer-SCJD/certification/NX-Contractor-silly-working-directory
Topic: question about "suncertify.properties" file
https://coderanch.com/t/184429/java-developer-SCJD/certification/suncertify-properties-file
Thanks,
Javini Javono
 
reply
    Bookmark Topic Watch Topic
  • New Topic