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 -> Re: Loadjava from a client

Re: Loadjava from a client

From: Simon Harvey <ReplyToGroup_at_thanks.com>
Date: Wed, 27 Nov 2002 16:12:45 -0000
Message-ID: <R96F9.9304$dz2.1265669@stones>


Hi again,

The code that I've loaded into the database is:

public class HelloWorld {

  public static void hello(){
    System.out.println("Hello World");
  }

}

Maybe I'm being a bit silly here because Im actually not 100% sure that the source should print out to the screen. But thats what I was expecting. If I run it in sql++, what should it do? All im getting it PL/SQL procedure completed successfully!

Doesnt seem to successfull at the moment!: (

Simon Received on Wed Nov 27 2002 - 10:12:45 CST

Original text of this message

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