Skip to content

sheymor21/BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookStore

Book Store console application using java 22.

Dependencies

  • Java 22.0.2

How to Run

To run the Book Store console application, follow these steps:

  1. 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.

  2. Clone the Repository:

    Open your terminal or command prompt and clone the repository by running:

    git clone https://github.com/sheymor21/BookStore.git
  3. Navigate to the Project Directory:

    cd BookStore
  4. 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
  5. Run the Application:

    From the bin directory, run the main class:

    java com.bookstore.Main

Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages