How do i make a jar file for my minecraft plugin please
It depends on what plugin SDK you're using, but in general, Java programs are compiled by invoking the Java compiler javac.
javac
It depends on what plugin SDK you're using, but in general, Java programs are compiled by invoking the Java compiler
javac
.