X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README.txt;h=1538010debc12de2c2bdaae8d26118e62dcde3fb;hb=5d3a4fd19c39422b3cb9da3801024f0e5332a260;hp=20590e371acd8cfc76f377b2918d180272d3f4fd;hpb=f2010ed4e24bb3e08ee7884184ee23f35193200d;p=jfinancials-lib.git diff --git a/README.txt b/README.txt index 20590e3..1538010 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 jfinancials application. It should be linked as +NetBeans project in all applications (Console, Swing, JSF, ...).