|
|
yeah i did bro

any idea were i can get it from

If you still need help.
c:/ -> Program Files -> Java -> Jdk
No I know it.
Is it in Program Files? Not Program Files (x86), because that makes a big difference.

Which ever file it goes to, on your compiler
if it goes to program files (x86)
Set the path to program files (x86)
If it just goes to program files, set the path to
program files
So in your case it'll either be
orCode:@echo off title Compiler "C:\Program Files\Java\jdk1.6.0_32\bin\javac.exe" -cp . *.java pause
Code:@echo off title Compiler "C:\Program Files (x86)\Java\jdk1.6.0_32\bin\javac.exe" -cp . *.java pause
this was the original
@echo off
title Compiler
"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
pause

| « [General Q] Is It possible to... | Help » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |