Hi.
No. You can not access files on other machines. Oracle can only access files on its local file system, or those mounted (mapped drive) on the database server.
If the application server is presenting the contents of the jar file as a web service, then you can interact with that web service from the database, but that is not the same as just interacting directly with the jar file.
Cheers
Tim...