Skip to content

RyanS4/Tech-Store-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech-Store-Project

What is it?

(Project) A functional menu for buying different items from an online store. The Tech Store Project is an easy to use application designed for online shops to keep track of user accounts and a catalog of items set by the application manager.

How to Run

Windows

This compiles your code while including the SQLite JDBC driver in the classpath:

javac -cp ".;sqlite-jdbc-3.49.1.0.jar" src\*.java

Still in the same directory, run your program like this:

java -cp ".;sqlite-jdbc-3.49.1.0.jar;src" Main

Linux / MacOS

This compiles your code while including the SQLite JDBC driver in the classpath:

javac -cp ".:sqlite-jdbc-3.49.1.0.jar" src/*.java

Still in the same directory, run your program like this:

java -cp ".:sqlite-jdbc-3.49.1.0.jar:src" Main

About

(Project) A functional menu for buying different items from an online store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages