Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> java in Oracle8i
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
![]() |
![]() |