Giter Site home page Giter Site logo

nguyenminhhieu-20183532's Introduction

An Internet Media Store

Getting Started

Welcome to the AIMS project. Here is a guideline to help you get started.

Folder Structure

The workspace contains the following folders, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies
  • assets: the folder to maintain static resources
  • test: the folder for testing purpose

Dependency Management

Working with Eclipse

Import the root directory of this repository after cloning under Eclipse -> Open Projects from File System... or by using EGit.

SQLite

Import sqlite-jdbc-3.7.2.jar in lib under Eclipse -> Project -> Properties -> Java Build Path -> Classpath -> Add JARs....

JUnit

Import JUnit5 library under Eclipse -> Project -> Properties -> Java Build Path -> Modulepath -> Add Library... -> JUnit -> Next.

JavaFX

Note: At first, please try to run the project once, and then follow these steps.

  1. Create a new User Library under Eclipse -> Window -> Preferences -> Java -> Build Path -> User Libraries -> New
  2. Name it anything you want, e.g., JavaFX15, and include the jars under either the lib/linux/javafx-sdk-15 directory for Linux distro or the lib/win/javafx-sdk-15 directory for Windows in the project.
  3. Include the library, e.g., JavaFX15, into the classpath.

Add VM arguments

Click on Run -> Run Configurations... -> Java Application, create a new launch configuration for your project and add these VM arguments:

  • For Linux distro:

--module-path lib/linux/javafx-sdk-15 --add-modules javafx.controls,javafx.fxml

  • For Windows:

--module-path lib/win/javafx-sdk-15 --add-modules javafx.controls,javafx.fxml

Author

  • nguyenlm - Software Engeneering Student - k61
  • manhvd - Software Engeneering Student - k61
  • hieudm - ICT - k61

nguyenminhhieu-20183532's People

Contributors

hieunm54 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.