The JavaMod Player
The downloads:
JavaMod Player 3.9.4.1 | javamod.jar |
JavaMod 3.9.4.1 Sourcecode (GPL) | javamod-source.zip |
Alternate download sites:
Latest Version on GitHub or SourceForgeLink to project space on GitHub (or Alternative) and on SourceForge
JDK downloads:
Because of end of life of JDK8, JavaMod is now compiled with JDK17. Please use at least JDK17.If you need to download, refere to these pages:
OpenJDK Downloads
OpenJDK archived Downloads
Linux users are encouraged to use the repo installations of their distro.
Quick start:
To start the player go to the folder into which you downloaded the jar. Then double-click the jar - that's it.To manually start the player open a command line (CMD or Shell) and enter:
java -jar ./javamod.jar
for the UI version, or to use the command line version enter:
java -cp ./javamod.jar de.quippy.javamod.main.CommandLine MODFILE
You will receive a help screen if no parameters are given.
The source code is under the GNU General Public License. You may distribute, make better or use in your own project, if your project also is under the GPL, so that it must not be selled without supplying the source code.