Search found 1 match

by Dunski1
Tue Apr 21, 2009 12:08 pm
Forum: Java
Topic: Display of program output in text pad
Replies: 3
Views: 2049

Display of program output in text pad

How do I dispaly output of my program in textpad. For example -

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

It compiles Tool completed successfully

But If Run a window shows with
Command =\Program Files\Java\jdk1.6.0_07\bin\javac.exe ...