File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Applet Jar Download Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet Jar Download" Watch "Applet Jar Download" New topic
Author

Applet Jar Download

Ashish Pandey
Greenhorn

Joined: May 22, 2006
Posts: 1
I have created an applet AreaApplet and packaged in AreaApplet.jar file with a manifest file which contains reference to another jar file through the class-path attribute of the manifest file, the name of that file is RectangleArea.jar file (This file contains an utility class which has been utilized in my applet).

The applet tag just refers the jar file for the Applet i.e: AreaApplet.jar, In this case will the classes in the RectangleArea.jar file be downloaded from the internet with the applet or will be downloaded from the internet when they are required to be loaded on the JVM.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
Welcome to JavaRanch.

I don't know the answer, but it's quite easy to test, isn't it? In case it doesn't work you can always reference both jar files in the applet tag.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Applet Jar Download
 
Similar Threads
Jar file exception due to not finding Oracle driver but other standalone programs can use it
PLEASE HELP!!! Applet not found Exception
Unable to create jar with specified manifest.mf
problem running .jar
javax.sql.DataSource Question