| Author |
Urgent sqlj question
|
Deepak A
Ranch Hand
Joined: Oct 04, 2001
Posts: 120
|
|
|
I have written an sqlj java code. In that i have put a lot of debug statements( System.o.println). My question is, when i run this code in the oracle prompt is there any way in which i can see the S.O.P statements ?
|
Face Off.
|
 |
Tom Blough
Ranch Hand
Joined: Jul 31, 2003
Posts: 263
|
|
Instead of sending them to "out", send them to "error" and you should be able to see them in the Java console. Tom Blough
|
Tom Blough<br /> <blockquote><font size="1" face="Verdana, Arial">quote:</font><hr>Cum catapultae proscriptae erunt tum soli proscripti catapultas habebunt.<hr></blockquote>
|
 |
Mr. C Lamont Gilbert
Ranch Hand
Joined: Oct 05, 2001
Posts: 1170
|
|
|
try using java.exe instead of javaw.exe.
|
 |
 |
|
|
subject: Urgent sqlj question
|
|
|