]> git.mxchange.org Git - jfinancials-swing.git/blob - README.txt
20590e371acd8cfc76f377b2918d180272d3f4fd
[jfinancials-swing.git] / README.txt
1 How to launch:
2 ==============
3
4 1) Build it: (you need ant tools)
5 ant jar
6
7 2) Go to dist folder and create "data":
8 cd dist
9 mkdir data
10
11 3) Launch it
12 $ java -jar Addressbook.jar
13
14 4) The GUI can also be launched:
15 $ java -jar Addressbook.jar -gui
16
17 If you got an exception, maybe you bumbed into a stub method (unfinished). To reduce possibilities of
18 crashes try the usual approach:
19
20 $ java -ea -jar Addressbook.jar -gui
21
22 Please report any errors back to me. And yes, not all is finished. :)
23
24 The file config.properties will be created on first run for you. After that you
25 can customize it. Supported database backends are:
26
27 base64csv - The default backend, BASE64-encoded CSV strings
28 mysql     - The unfinished MySQL backend
29
30 Good luck!