https://rapidshare.com/files/3279493...n_manager.java
True you have no incentive to compile it - but at least you'll get a rudimentary database program out of it. I created this using JDK 1.7.0_07. You'll get an exception at first because you don't have the file "the_person_modification_database.txt" located in your My Documents. You can change that path. It gives me this error: "Exception in thread 'main' java.lang StringIidexOutOfBoundsException: String index out of range: 7, at java.lang.String.substring(String.java:1907), at person_Manager.main(person-Manager.java:108)." I'm guessing it's not going to give you that error. There are four possible functions, located at the end of the main function:
addData();
savelist();
search();
addName(); (this one's not completed)