the run or compile shows nothing in text pad.
Posted: Tue May 09, 2006 1:33 am
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");
}
}
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");
}
}