JAR file?

  • Thread starter Thread starter Erik
  • Start date Start date
E

Erik

Hello,

When visiting certain public sites, I get this small window telling me that
a JAR file is being downloaded with a rapidly progressing progress bar.
Any idea what it is?

Thanks,

Erik
 
A jar file is a J(ava)AR(chive). It is like a zip file but can contain code so that it acts like an executable. When you go to a site that uses applets they sometimes package the classes in a jar file which downloads into your Temporary Internet Files and extracts so that the clasess can be used by your JVM; Java Virtual Machine.

There is nothing bad about them in themselves but as everything they can be abused.

I am not sure why you get the Progress Bar when these files download into your machine. But that's what they are.
 
--------------------
From: "Erik" <[email protected]>
Subject: JAR file?
Date: Wed, 2 Jun 2004 15:12:07 -0400

Hello,

When visiting certain public sites, I get this small window telling me that
a JAR file is being downloaded with a rapidly progressing progress bar.
Any idea what it is?

Thanks,

Erik
---------------------

A .jar file is a compressed file used with Java plugins. If the website you
are visiting uses Java plugins, then this is perfectly acceptable behaviour
: )


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top