MoneyView 2.x.x and 1.x.x will run on Java 7 or later.

Installing on Windows:
Use the Windows installer provided, or use the procedure available for all Operating Systems.
 
Installing on any OS supporting Java: 
Unzip all files into a directory of your choice leaving the directory structure unchanged.

Running:
Running from the command line on any OS supporting Java:
Use the "launchMoneyView.sh" or "launchMoneyView.bat" files to launch MoneyView, 
or
Invoke command (check path to jar file): java -Dfile.encoding=UTF-8 -jar moneyview.jar

## NB: For Windows and other GUI launchers, if you use a mouse click to launch the jar file, you should add " -Dfile.encoding=UTF-8 " on the launch command in order to have correct encoding.



_________________________________________________________________
Linux Tips:
Some Linux distributions include GCJ or the OpenJDK preinstalled as the default
Java installation. This should be fine.
If you have no Java for your operating system you can check for a suitable Sun JRE or JDK.
Once Java is installed when java executable is PATH, the above command should work.
OR you can execute the jar file directly from a file browser:
Just set runnable flag for the .jar file (chmod +x) or using the file browser, then right click and choose "Open with > Java 7 Runtime"
_________________________________________________________________


When upgrading from 1.x to 2.x, data are modified, and the resulting data cannot be used with 1.x versions.
When upgrading from 2.0.1 to 2.0.2, the application changes "hmoney" to "moneyview" for default save folder and configuration files, this is done automatically.

See changelog for more details.


Stored data:
- MoneyView save location data are stored by default in in your HOME directory; in the ".moneyview" folder (Windows users: C:\Users\<your_user_name>\.moneyview )
- HMoney data are stored by default in in your HOME directory; in the ".hmoney" folder (Windows users: C:\Users\<your_user_name>\.hmoney )
- If you changed the save directory then your data are in the directory you have chosen.
