Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> java in Oracle8i

java in Oracle8i

From: <burkeblackman_at_my-deja.com>
Date: Thu, 02 Dec 1999 15:09:41 GMT
Message-ID: <826234$bk9$1@nnrp1.deja.com>


Hello, I am testing out the java capabilities within Oracle8i and was looking for a simple example (from start to finish) on loading this simple java program into Oracle8i and executing it within Oracle. Here is the test program (oratest.java) that I am trying to load:

class oratest
 {
  public static void main (String args[])   {System.out.println("hello world");}
 }

As you can see it is a very simple program just as a proof of concept. Any help woul be appreciated.

Thanks,
Burke

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 02 1999 - 09:09:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US