Please tell me if this is correct?
In the command area I have entered
C:\Program Files\Java\jdk1.5.0_06\bin\javac.exe
In the parameters I have entered
$File
In the inital folder I have entered:
C:\Program Files\Java\jdk1.5.0_06\bin
I have capture output checked.
When I run or compile the code below, nothing shows up, but tool completed successfully
public class hello {
public static void main(String[]args){
System.out.println("Hello,World");
}
}
the run or compile shows nothing in text pad.
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- speiestaaim
- Posts: 2
- Joined: Fri Jun 16, 2006 10:45 am
- Location: Pune, India