| We can create a java program inside oracle then how can we run that through oracle? Plz give ex of HelloWorld?

We can create a java program inside oracle then how can we run that through oracle? Plz give ex of HelloWorld?

Learner_java_oracle asked:


When we create a java program with d help of oracle it save with extension .jsp(java source program)..
So on SQL prompt how can we run that?…. Is there any free ebook or free tutorial for that

Related posts:

  1. I’m looking for guidance on how to create a program for people wanting to improve their financial future. Kate R asked: I’m planning for a new program that...
  2. Serious question, ONLY for people who have purchased the fatloss4idiots program? Jimmy and Sarah asked: I have heard many good things...
  3. How do you link a PDF file to a website? aldennight asked: I would like to create a website where...
  4. How do I create a document and put it to adobe acrobat PDF? The Great Sphinx asked: I want to write an ebook,...
  5. Any freeware programs to create ebooks/websites as exe files? Voodoo Doll asked: Does anyone know of any good software...

Filed Under Programming & Design |

Tagged With , ,

Comments

One Response to “We can create a java program inside oracle then how can we run that through oracle? Plz give ex of HelloWorld?”

  1. rafaelbortoletto on March 26th, 2009 2:48 am

    JSP stands for Java Server Page which is an online version of Java like ASP. If you want to create something to run in a desktop the extension should be .java and you’ll have to compile it to create a file with the extension .class . I’ve never heard anything about creating a java file though Oracle.

    I think that you should do a research at Oracle’s web site or create your java files using the SDK from sun