You on 64bit windows?
|
|
This is what happens when I try to compile,
This is my compiler:Code:javac: file not found: server\*.java Usage: javac <options> <source files> use -help for a list of possible options Finished Press any key to continue . . .
Rep++ for help. KthxCode:@echo off Title Build "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -classpath . -d bin server\*.java echo Finished pause

You on 64bit windows?
Well if it says finished, i think it works?

You got java x86 installed?
not quite sure. I will download it really quick and see if it does anything different
Do you have a DL link for it?

I'm on 64bit also. Try this
Code:@echo off TITLE Compiling cd server "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java pause
didn't do anything Posed,
64-Bit computers have 32-bit program files? Makes no sense to me. x86 = 32-bit.
| « 317 Fletching emote | Dagannoth Emotes » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |