sql - Store data(strings) in database -
I have a vector and lieutenant; String> Now I want to store those stars in the database. But I have a "but"! The program user should not install anything other than J2RE, he will copy and run the program on his computer only. Is there such a database in Java?
P.S. First, I think the object is a serialization or just a simple text \ xml file but according to the function it should be a database ... then the user will just copy my program and run it, without installing additional software, J2RE
I think that is the right choice for your problem. You just need HSQLDB Jar in your classpath and then use file-based database configuration
Comments
Post a Comment