there's no source files to compile?
kinda like self explanatory... run the compiler in the source directory or cd to it.
|
|
This is what I have in my Compiler:
@echo off
Title Compiler
"C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe" *.java
pause
exit
But when I go to compile i get this error:
javac: file not found: *.java
Usage: javac <options> <source files>
use -help for a list of possible options
Press any key to continue . . .
Any ideas on how to fix please????
there's no source files to compile?
kinda like self explanatory... run the compiler in the source directory or cd to it.
redownload jdk cause it cant find javac.exe which all jdk versions should have. does the new update not have it?

Put the compiler with all the .java files. Make sure it's the right jdk path also

You're missing the source code.
::EDIT::
1500th post.
| « Packet Sizes | [317] trade duping » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |