Search found 3 matches

by garitt
Fri Jun 27, 2003 5:38 pm
Forum: Java
Topic: Run Java Application works but not Run
Replies: 4
Views: 643

Capture Output unchecked

Thanks for the reply. As was mentioned, I unchecked the "Capture output" option. This resulted in opeing up the DOS window and all the results being displayed properly. This is the same as executing the option "Run Java Application". I was hoping to capture the output in Textpad window. That is why ...
by garitt
Fri Jun 27, 2003 10:22 am
Forum: Java
Topic: Run Java Application works but not Run
Replies: 4
Views: 643

Re : Run Java Application works but not Run

This is the output ---

What is your name?
Error.java.io.IOException: The handle is invalid

Any suggestion ?
by garitt
Fri Jun 27, 2003 12:56 am
Forum: Java
Topic: Run Java Application works but not Run
Replies: 4
Views: 643

Run Java Application works but not Run

I have the following in the CLASSPATH = .; I am using Windows 2000 I have the directory structure as C:\Java\sample All my programs are written under the directory sample. This is the piece of code I am trying to RUN... --------------------------- import java.io.*; class HelloYou { public static ...