Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Load jars from client machine

SoofiApr 2 2014 — edited Apr 3 2014

My application loads some 15 Jars from the server, which slows down the entire process.

I need to Load the Jars from a local machine.

I want to store the Jar files in the client machine and not in the server.

So that every time when a client need to run my application by a URL specified, the Jar file stored in his system should load.

Is there any way to achieve this.

Thanks in advance

Comments

Gianni Ceresa

Hi,

If you search (yes, because this topic was already covered few times) you will find that the solution is more a workaround: hide the breadcrumb.

This can be done by a piece of CSS and you can find the code by using the developer toolbar of your browser.

1617231

Hi thanks, I saw that CSS was n option but we have more than 150 pages so was hoping for a more permanent solution. Thanks for replying

Gianni Ceresa

Why to not add the required CSS in your custom style/skin CSS file? So it's it's on all the pages using the same style/skin by default without editing every single page.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 1 2014
Added on Apr 2 2014
7 comments
2,846 views