Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

changes in property file not affecting my exe

843805Aug 30 2006 — edited Sep 5 2006
I have created a swing application. I have a property file which contains database connection string and other details. i created setup file using Advance Installer where i have packaged jre,jar,lib. inside lib i have a folder called config which has the property file.

after installing and creating exe now i have changed the key value of the property file (ie., ip address where the database resides). if i run the exe it is not reflecting the changes made in property file instead it is retrieving the datas from the database which resides in the old ip address.

whats is the solution for this. its very urgent.

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2006
Added on Aug 30 2006
9 comments
659 views