This is a simple information system application using Java GUI and SQL in Oracle. Coded in Netbeans 8.0.2. It main task is to saves transaction history, like income or spending. Well, I'm pretty sure there must be bugs in this codes, so it's not limited to development, feel free to download, find the bugs and change this source code. Happy hunting.
You must satisfied this minimum requirement first:
- Netbeans 8.0.2
The link that has been shared, is the distribution from Oracle, consists of Java SE and NetBeans IDE. So you can have Java and it's IDE at once. - Oracle XE 11g Release 2
With using XE edition, you don't have to good at terminal/cmd, now you can choose to do CRUD or put some SQL commands via browser. - ojdbc7.jar
This file will help you to connect with the Oracle XE, save it inJAVA_PARENT_FOLDER
, it could be named jre.version or jdk.version. This is example from my case:
JAVA_PARENT_FOLDER\jre\lib\ext\your ojdbc.jar file
After all requirements satisfied, prepare a null project from Netbeans. Then import all file from this repository to your Netbeans Projects
folder, then save it to:
Projects Folder/src/yourpackage/filename.java
. Note that I lost my SQL files, it means you have to create your own database and work around the code to suit with it.