Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Shop Billing Application ========================= To create a jar file: Build your project locally and run the Maven Package to build a jar folder. Change the jar file into whatever name you wish. Requirements: Java 8 or later must be installed. If Java is missing, download it from https://adoptium.net Your data: All product and sales data is stored in a file called 'shop.db' that will appear in the same folder as the app. To backup, simply copy that file. Troubleshooting: If nothing happens when you double-click, open a terminal in this folder and type: java -jar ShopBilling.jar