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.