You are viewing our Forum Archives. To view or take place in current topics click here.
Javac: file not found: *.java
Posted:

Javac: file not found: *.javaPosted:

wear174
  • Challenger
Status: Offline
Joined: Sep 11, 201014Year Member
Posts: 108
Reputation Power: 4
Status: Offline
Joined: Sep 11, 201014Year Member
Posts: 108
Reputation Power: 4
So I started trying to make a RSPS but I ran into a few problems. The first one I fixed by making environment variables and then this started coming up.

javac: file not found: *.java
Usage: javac <options> <source files>
use -help for a list of possible options
Press any key to continue . . .

Does anyone know how to fix this problem? I have been trying for about 4 hours and I even tried searching for fixes but I cannot find any. If this helps this is what it says in my edit part for the compiler for a server.

@echo off
Title Compiler
javac *.java
pause
#2. Posted:
bootss
  • New Member
Status: Offline
Joined: Jan 10, 201212Year Member
Posts: 9
Reputation Power: 0
Status: Offline
Joined: Jan 10, 201212Year Member
Posts: 9
Reputation Power: 0
Are your .java files found directly in your source folder, or a sub-folder?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.