jGnash jGnash is a cross platform personal finance application written in Java. jGnash is a double entry system with support for multiple currencies. jGnash can import OFX and QIF files. Main features;
System requirements
Installing jGnash Download jgnash-2.8.0-bin.zip. Create a folder (directory) "jgnash". Open the zipfile "jgnash-2.8.0-bin.zip" and go in the subdirectory (folder/map) "jgnash2-2.8.0". Copy all files to the subdirectory (folder/map) "jgnash". That's it for now. This is the last version which works with OpenJDK 6, the next version "jgnash-2.9.0-bin.zip" and up needs Java 7. The jgnash2.cmd file With this file the program jGnash starts. I have made a jgnash2.cmd file with the following contents; @echo off set path=[drive: java]\JAVA160\bin set BEGINLIBPATH=[drive: java]\JAVA160\bin [drive: jgnash] cd [drive: jgnash]\jgnash java -Duser.home=[drive: jgnash]\jgnash -jar jgnash2.jar -portable 2>jgnashbugs.txtI use 2 separate folders (directories), one for Java and one for jGnash with the files created by this program. The references used in the cmd file;
should be replaced with real drive letters. Edit and save the file "jgnash2.cmd" from the distribution. This file is copied to the "jgnash" folder (directory). Furthermore, different paths?, adjust according to your needs. Create a new program object. Specify the path and file name: "[drive: jgnash]\jgnash\jgnash2.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "jGnash". You find enclosed in the file a suitable OS/2 icon. Parameters / options explained
First time run When you start the application for the first time you need to setup the program. This is not difficult. It is best to go to the help topics (F1) page of the program and open the tabpage "Getting Started". Follow the instructions. Next time it will load your preferences. I have not tested its capabilities, setting up this kind of system needs many days. Download In the file you can find the above command file (all driveletters are set to C:) and an OS/2 jGnash icon: jgnash2-ecs.zip. revision July 10, 2015 |