]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - README.txt
Updated jar(s)
[jfinancials-lib.git] / README.txt
index 20590e371acd8cfc76f377b2918d180272d3f4fd..1538010debc12de2c2bdaae8d26118e62dcde3fb 100644 (file)
@@ -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, ...).