Hi everyone. Its been a while since I been on and I wanted to know what code should my compile and run be? It doesn't work.
Here is my compile:
Code:
@echo off
Title Compile
"C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" *.java
pause
here is my compile error:
Code:
javac: file not found: *.java
Usage: javac <options> <source files>
use -help for a list of possible options
Press any key to continue . . .
Here is my run:
Code:
@echo off
title Testscape
"C:\Program Files\Java\jdk1.6.0_17\bin\java.exe" -Xmx500m Server
pause