Hi
I'm just trying to create an appliation in java that can hold my expenses and save it to review every month or end of the year.The problem with it is how can i hold the data of everyday expense into it.this could be with help of oracle or MS access database but the problem is if i want to create standalone application and distribute to some of my friends then what can i do ? then because database will be on my computer,How can i bundle it with my java application for distributed standalone application?
Thanks in advance.