Book Store console application using java 22.
- Java 22.0.2
To run the Book Store console application, follow these steps:
-
Prerequisite:
Make sure you have Java 22.0.2 installed on your system. If you don't have it installed, you can download it from the official Java website and follow the installation instructions for your operating system.
-
Clone the Repository:
Open your terminal or command prompt and clone the repository by running:
git clone https://github.com/sheymor21/BookStore.git
-
Navigate to the Project Directory:
cd BookStore
-
Compile the Application:
Make sure you have Java 22.0.2 installed and set up. Then, compile the Java files:
javac -d bin src/com/bookstore/*.java
-
Run the Application:
From the
bin
directory, run the main class:java com.bookstore.Main