The Artima Developer Community
Sponsored Link

Java Answers Forum
problems with jar files

2 replies on 1 page. Most recent reply: Mar 4, 2003 4:55 AM by Daniel Sanz

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Daniel Sanz

Posts: 2
Nickname: danish
Registered: Feb, 2003

problems with jar files Posted: Feb 27, 2003 7:54 AM
Reply to this message Reply
Advertisement
Hi everybody!
I'm using a signed applet and all the classes and packages it needs are included in its own jar file. When I access to the applet web server page ,this jar file is correctly downloaded and uncompressed. But while the applet is running, it searches some of its classes at the web server instead of looking them in its own jar file.
Can anybody help me?

Thanks in advance for your help.
Bye.


Sri Nivas

Posts: 5
Nickname: seeknew
Registered: Mar, 2003

Re: problems with jar files Posted: Mar 1, 2003 2:37 PM
Reply to this message Reply
How did you verify that the applet is loading class files from the web server instead of the jar?

Does the java plugin has cache settings enabled?

Daniel Sanz

Posts: 2
Nickname: danish
Registered: Feb, 2003

Re: problems with jar files Posted: Mar 4, 2003 4:55 AM
Reply to this message Reply
> How did you verify that the applet is loading class files
> from the web server instead of the jar?
>
> Does the java plugin has cache settings enabled?

I verify it because the log files of the web server show several unsuccessful accesses to these classes. Also the the browser tries to open these classes from the server at the moment the applet needs the loading of them, as indicated by the browser status bar.

Referred to the java plugin, I'm using version 1.3.1_06 and the Recycle Classloader option is enabled.

Thanks.

Flat View: This topic has 2 replies on 1 page
Topic: Getting around delimiters Previous Topic   Next Topic Topic: Create a photo editor in java??

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use