Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2013-05-05 | 665 Bytes | |
ledger.zip | 2013-05-05 | 2.0 MB | |
Totals: 2 Items | 2.0 MB | 0 |
the install.zip contains jdom and jcurses used with the accounting.zip accounting.zip is an eclipse workspace, it also contains jcurses as a project. to run the app from the command line you must unzip the jdom and jcurses then include them in the classpath. set classpath=;.;c:\dev\jdom\*;c:\dev\jcurses\lib\*; with something like this above. then go to the bin folder in the accounting project and follow the directions in the main method documentation of the Ledger.java file. And tis needs to be unzipped in a c:\dev folder or you would have to change the source to reflect a different location for accounts.xml and journal.xml files.