Re: Use of properties class
- From: "sherazi" <mukhtiar.sherazi@xxxxxxxxx>
- Date: 31 Dec 2005 02:10:50 -0800
Hi Franco ;
String fileName="wscnt.properties";
FileInputStream fis = new FileInputStream(fileName);
Properties prop=new Properties();
prop.load(fis);
fis.close();
prop.setProperty("contatore","0000101");
FileOutputStream fos = new FileOutputStream(fileName);
prop.store(fos,"");
fos.close();
try it it will solve ur problem
.
- References:
- Use of properties class
- From: ffellico@xxxxxxxxx
- Use of properties class
- Prev by Date: Re: why java does not support pointers
- Next by Date: Re: How to dedect 4 consecutive space
- Previous by thread: Use of properties class
- Next by thread: Re: How to dedect 4 consecutive space
- Index(es):