2

I have to run my .jar file on clients Oracle server. I do not have the access of command prompt through which a jar file is usually run. Is there any way that I can include my jar file in the java code and it runs on the server?

We normally use loadjava -u username/password d:\jarfilename. I need to perform similar operation on Oracle server to which I do not have a direct access.

MT0
  • 143,790
  • 11
  • 59
  • 117
  • Possibly the following link has an answer http://stackoverflow.com/questions/17985036/run-a-jar-file-from-java-program – Rajkumar Seenappa Jun 06 '16 at 06:56
  • We normally use loadjava -u username/password d:\jarfilename. I need to perform similar operation on Oracle server to which I do not have a direct access – theAccidentalDeveloper Jun 06 '16 at 07:11
  • You may create a script double-click enabled in which you call something like "java -jar ..." – baudo2048 Jun 06 '16 at 07:12
  • You can also run it from the Oracle client side as `loadjava -u username/password@database d:\jarfilename`. Necessary grants silently assumed in the example. – SubOptimal Jun 06 '16 at 08:02

0 Answers0