X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=README.txt;h=22e086e7fe17746b760d2d5c5eb290fa374bb4c5;hb=03da63c7b696614ab682e8a2885778ef9c0177ba;hp=20590e371acd8cfc76f377b2918d180272d3f4fd;hpb=f2010ed4e24bb3e08ee7884184ee23f35193200d;p=addressbook-lib.git diff --git a/README.txt b/README.txt index 20590e3..22e086e 100644 --- a/README.txt +++ b/README.txt @@ -1,30 +1,8 @@ -How to launch: -============== +README.txt +========== -1) Build it: (you need ant tools) -ant jar +1) What is this? +--------------- -2) Go to dist folder and create "data": -cd dist -mkdir data - -3) Launch it -$ java -jar Addressbook.jar - -4) The GUI can also be launched: -$ java -jar Addressbook.jar -gui - -If you got an exception, maybe you bumbed into a stub method (unfinished). To reduce possibilities of -crashes try the usual approach: - -$ java -ea -jar Addressbook.jar -gui - -Please report any errors back to me. And yes, not all is finished. :) - -The file config.properties will be created on first run for you. After that you -can customize it. Supported database backends are: - -base64csv - The default backend, BASE64-encoded CSV strings -mysql - The unfinished MySQL backend - -Good luck! +This is a library for the addressbook application. It should be linked as +NetBeans project in all applications (Console, Swing, JSF, ...).