On Sep 7, 5:13 pm, "Chrys Schock" <[EMAIL PROTECTED]> wrote:
Just comment out:
FileInputStream propFile = new FileInputStream("myProperties.txt");
and:
p.load(propFile);
and you should not see any more the property which is inside the
myProperty text file.
Besides, doing so has the advantage to show you that set a property,
either from code or from file, you should declare a Properties, which
contains the System properties, then you can set a new property.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---