Run jar thriugh bat file


@echo on;
start;
set classpath="C:\Program Files\Java\jre7";
java -jar abc.jar
pause;

Popular posts from this blog

Jtable with database manually in netbeans.

Join in Kotlin coroutines