An app good for managing your documents and articles.
- Java 8
- MS Access Database
Change the directory in the ams_project/src/Database.java
file
private String filedir = "C:\\Users\\Dell\\Documents\\Images\\"; //create a directory to where image files will be saved
private String HTMLdir = "C:\\Users\\Dell\\Desktop\\external\\"; //the directory of external html files
private String connString = "jdbc:ucanaccess://C:\\Users\\Dell\\Documents\\OOPdb.accdb"; //directory of the ms database file