Hey I know I haven't seen any thing like this before. What This Does Is When You Click On It, It compiles your server and then automaticly runs it. I coded this by my self so it was not leeched. If another thing does this, srry I never found it before.
CODE:
If this does not work for you then try thisQuote:
@echo off
cls
echo Server Compile And Run
echo Compiling Then Running SERVER NAME
title SERVER NAME
"C:\Program Files\Java\jdk1.6.0_02\bin\javac.exe" -cp . *.java
"C:\Program Files\Java\jdk1.6.0_02\bin\java.exe" -Xmx512m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.08-ga-bin.jar server
cls
If you run off of jdk1.5.0_01 or jdk1.5.0_02 Then replace what version you run off of with what is thereQuote:
@echo off
cls
echo Server Compile And Run
echo Compiling Then Running SERVER NAME
title SERVER NAME
"C:\Program Files\Java\jdk1.6.0_01\bin\javac.exe" -cp . *.java
"C:\Program Files\Java\jdk1.6.0_01\bin\java.exe" -Xmx512m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.08-ga-bin.jar server
cls
