Skip to content

pashkobohdan/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Music Player

Music player in javaFX for listening songs in your computer

Download Music-Player

Releases (Sourceforge)

Windows
Linux

Alt text

How to clone this project ?

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

Run with IDE

  1. Install JDK
  2. Install Idea, Eclipse, etc.
  3. Clone and import project
  4. Run src/sample/Main.java (main class)

Run with command prompt (read this article)

  1. cd \projectPath (projectPath => path of project (Main.java))
  2. set path=%path%; pathOfJdk (pathOfJdk => path of installed JDK)
  3. javac Main.java
  4. java Main

License and Author

Copyright: 2015-2016

Licensed under the Apache License, Version 2.0 (the "License");

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.