Type problems with PL/SQL function as a Java wrapper.

2002-06-04 Thread Jesse, Rich
Hey all, Trying to get into this new fangled Java thingy in 8.1.7.2.0 on HP/UX. Simple OS exec test, mostly plagarized: // qlp.java import java.lang.Runtime; import java.lang.Process; import java.io.IOException; import java.lang.InterruptedException; public class qlp { public static

RE: Type problems with PL/SQL function as a Java wrapper.

2002-06-04 Thread Ganesh Raja
Main is a reserved function in Java you cannot use that in your programs. I just did this by changing the name to test. And it works. HTH Best Regards, Ganesh R Tel : +971 (4) 397 3337 Ext 420 Fax : +971 (4) 397 6262 HP : +971 (50) 745 6019

RE: Type problems with PL/SQL function as a Java wrapper.

2002-06-04 Thread Jesse, Rich
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 2:51 PM To: Multiple recipients of list ORACLE-L Subject: RE: Type problems with PL/SQL function as a Java wrapper. Main is a reserved function in Java you cannot use that in your programs. I just did this by changing the name to test