Advertisement

1 - 10 of 626 containing alltags:("jar") (0.001 seconds)
Can I load more than the jar-archive loaded by the applet by initialising. For example to load classes with a jar-file after starting the applet.
Zones: Java, New To JavaDate Answered: 11/29/1998 Grade: C Views: 0
How do I create, write and read JAR files? I need to use a class included in JDK 1.2 on browsers that don't support 1.2 and I was told that I need to use JAR files to do that. How do I use them, pa...
Zones: Java, New To JavaDate Answered: 06/08/1999 Grade: A Views: 0
I jar-ed my classes including the main class with jar -cf * . Now I thought there should be something in the manifest.mf file to tell the JRE what the main class is. Must I enter that manually , if...
Zones: Java, New To JavaDate Answered: 02/28/2002 Grade: A Views: 0
The Problem : I have a package com.arjun.example. One of the Java classes loads a library using the loadlibrary() call. I have signed the class using the Netscape Object signing ID from Verisig...
Zones: Java, New To Java, Plug InsDate Answered: 01/27/2000 Grade: C Views: 0
Hi, I have seen the demo of JDK1.2.2 and am wondering how to create a jar file which will automatically start the application on double clicking it. Eg. in the demos of jdk1.2.2 it has jar file...
Zones: Java, New To JavaDate Answered: 06/19/2000 Grade: C Views: 0
I would like to know, how to view/read/edit JAR file?
Zones: JavaDate Answered: 08/10/2000 Grade: C Views: 0
I try to read a data-file from a jar-file, using this code: String strFunc; strFunc = tutorNo + "/" + tutorNo + "/" + "lesson.dat"; DataInputStream dis; try {   URL url = new URL(applet.getC...
Zones: Java, New To JavaDate Answered: 03/05/2001 Grade: C Views: 18
Do I need to go into runtime  to place 3 files into a .jar? c:\jar uf allmyfile.jar file1 file2 file3 ?? Is there any other command to do it??
Zones: JavaDate Answered: 02/23/2001 Grade: A Views: 0
Does anyone know how to password protect JAR files?
Zones: Java, New To JavaDate Answered: 08/09/2003 Grade: A Views: 0
I'm trying to use Visual Age 4.0 to put togather a bunch of servlets.  There is this jar file called jgl3.1.0.jar which when i import into the project, errors go from 5 to 855. The messages are mo...
Zones: Java, RubyDate Answered: 09/06/2001 Grade: A Views: 0