You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with compiler!
Posted:
Need help with compiler!Posted:
Status: Offline
Joined: Nov 30, 201211Year Member
Posts: 8
Reputation Power: 0
Alright, i'm trying to set up a 525 server. Every time I try to compile it, it comes up with this message.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Press any key to continue . . .
Can anyone help me with this? (I've already edited the info in the file)
\/
@echo off
"C:\Program Files\Java\jdk1.7.0_09\bin\javac.exe" *.java
pause
What do I do? Also, i've already edited the whole environment path stuff too. Thanks in advance!
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Press any key to continue . . .
Can anyone help me with this? (I've already edited the info in the file)
\/
@echo off
"C:\Program Files\Java\jdk1.7.0_09\bin\javac.exe" *.java
pause
What do I do? Also, i've already edited the whole environment path stuff too. Thanks in advance!
#2. Posted:
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 737
Reputation Power: 48
having the exact same issue. :/
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Nov 30, 201211Year Member
Posts: 2
Reputation Power: 0
Status: Offline
Joined: Nov 30, 201211Year Member
Posts: 2
Reputation Power: 0
Just copy a working compiler from another Source, not that hard..
- 0useful
- 1not useful
#4. Posted:
Status: Offline
Joined: Nov 30, 201211Year Member
Posts: 8
Reputation Power: 0
I know nothing about coding or anything related to that. Can you help me?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.