Search found 3 matches
- Sun Jul 13, 2003 12:43 am
- Forum: Java
- Topic: java textpad run configuration
- Replies: 1
- Views: 442
java textpad run configuration
When I compile and run java program in windows console it works, but same program in textpad I can compile but when I try to run it gives me classnot found error. In preferences configuration what is the java application run parameters? or I have to do something else to run java from textpad tools ...
- Tue Jun 24, 2003 3:04 am
- Forum: General
- Topic: C++ Borland Compiler
- Replies: 3
- Views: 777
C++ Borland Compiler
Thank you very much for the reply, I unchecked the capture output,
but this time after I put the value that cin will read, when I hit enter console disaapears
but this time after I put the value that cin will read, when I hit enter console disaapears
- Mon Jun 23, 2003 2:58 am
- Forum: General
- Topic: C++ Borland Compiler
- Replies: 3
- Views: 777
C++ Borland Compiler
I start using Borland Command Line Compiler with TextPad. But when I write programs use "cin" to read console entry, output in the textpad is not sohwn. Like: int a; cout<<"Enter a unmer"; cin>>a; cout<<"You Entered"<<a; When I run this in console it works , but when I run this in textpad , it does ...