Page 1 of 1

the run or compile shows nothing in text pad.

Posted: Tue May 09, 2006 1:33 am
by shohreh
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");
}
}

Posted: Thu May 11, 2006 12:27 pm
by chicosci
hmmmmmmmmm...try to put a class name.....

like this....

class r
{
public static void main(String args[])
System.out.println("Hello");
}


this program..is look familiar for me...
just try.....

Posted: Wed Jun 21, 2006 9:21 am
by speiestaaim
Set initial folder to: $FileDir