the run or compile shows nothing in text pad.

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
shohreh
Posts: 4
Joined: Sun Apr 23, 2006 9:43 pm
Contact:

the run or compile shows nothing in text pad.

Post 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");
}
}
chicosci
Posts: 3
Joined: Thu Dec 08, 2005 12:21 am
Location: cebu

Post 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.....
rock_my_world.....c",)
User avatar
speiestaaim
Posts: 2
Joined: Fri Jun 16, 2006 10:45 am
Location: Pune, India

Post by speiestaaim »

Set initial folder to: $FileDir
<SpaceTime/>
Post Reply