Menu

Tree [3cdb27] master /
 History

HTTPS access


File Date Author Commit
 out 2016-03-20 pashkobohdan pashkobohdan [d1fb7d] fix open path to playlist
 src 2016-03-20 pashkobohdan pashkobohdan [d1fb7d] fix open path to playlist
 .gitignore 2016-03-13 pashkobohdan pashkobohdan [237e16] .class files
 LICENSE.md 2016-03-10 pashkobohdan pashkobohdan [d6b7d9] fix null-plyalist bug and 2016_license
 MusicPlayer.iml 2016-03-08 pashkobohdan pashkobohdan [0991b3] WTF ? ooh, sorry
 README.md 2016-03-20 pashkobohdan pashkobohdan [3cdb27] author and license

Read Me

Music Player

latest version

Music player in javaFX for listening songs in your computer

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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.