/Music-Player

Music player in javaFx

Primary LanguageJavaApache License 2.0Apache-2.0

Music Player

Music player in javaFX for listening songs in your computer

ScreenShot

###How to clone this project ?

 git clone https://github.com/pashkobohdan/Music-Player

###Run application with IDE :

  1. Import project to Intellij Idea or Eclipse
  2. Run src/sample/Main class

###Run application with Command Prompt (read this article):

  1. Download and install JDK
  2. Execute the following commands:
  • cd \main_Class_Path (main_Class_Path = path with Main-class in project)
  • set path=%path%;jdk_path (jdk_path = way of your JDK)
  • javac Main.java
  • java Main
  1. Profit !