A simple mp3 player with GUI.
- JDK should be installed.
- Download the jar file from here
Before compiling,paste the jar file in:
C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext (for Windows users)
JAVA_HOME/jre/lib/ext (for Linux users)
compile the files using 'javac' command.
Run the files using 'java' command.