Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 805 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 805 Bytes

article-document-management

An app good for managing your documents and articles.

Requirements

  1. Java 8
  2. MS Access Database

How to Run

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
 

Snippets