Jar patches


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Jar patches
# 1  
Old 05-10-2006
Jar patches

Hi,
This is definitely a dummy question, so I guess I'm in the right place.
I've got to install some solaris patches. I've downloaded the correct patches as .jar files and also as .zip files.

How do I extract these so that I can then use the patchadd command.

I've created a /var/spool/patch directory but when I try the jar extract or jar tf I get

java.util.zip.ZipException: invalid entry size (expected 4985 but got 4994 bytes)

Any help gratefully received
Thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

2. Shell Programming and Scripting

Want to write all the jar name in single with delimiter ":" in beween the jar name

Hi All, I am having 7 jar files in a dir. abc like listed below bash-3.00$ cd abc bash-3.00$ ls 123.jar 23wdawd.jar dfsa23.jar dsa.jar wew234.jar adsd234234.jar dfsda423.jarNow i want to assign all this jar files to a variable in the below format ... (6 Replies)
Discussion started by: natraj005
6 Replies

3. Shell Programming and Scripting

jar options..Help..

Hi, Is there an option with jar command which allows us to copy some class files(already existing,want to override)to a jar file without exploding it.? Thanks in advance. (1 Reply)
Discussion started by: dnam9917
1 Replies

4. Solaris

jar from a different folder

Hi , i use below command to create a jar from /home/surya jar -cvf foldername.jar jarfolderpath foldrename.jar= directorywhere jar file needs to be created including jar file name jarfolderpath: directory which needs to be included to create a jar Now taking below scenario:... (1 Reply)
Discussion started by: surya.jena
1 Replies

5. Solaris

question about jar

hi all, i am using jar as following :- jar cvf file_name.txt.jar file_name.txt but it is file by file my problem is i have i want to run jar on all files in speaific directory what can i do for this this is for the first time the secand time there was files already ended by... (5 Replies)
Discussion started by: xxmasrawy
5 Replies

6. UNIX for Dummies Questions & Answers

down in JAR file

Hello sir, I have created a jar file having some code in java.What it does is that it calls a shell code (a.sh) which is in the same directory. Now my requirement is that I want to jar the a.sh also along with the other files and want to call the a.sh which is now inside the jar file and not... (1 Reply)
Discussion started by: nsharath
1 Replies

7. Shell Programming and Scripting

Jar File Search!

Hi vgersh99, Iam sorry for that. In future, I will start new threads for different topics. Assuming that we don't know what the name of the jar file, we are searching for is, do we have any way, of finding a string or a file in it. Is there any Unix command for it? thanks. (2 Replies)
Discussion started by: pjanakir
2 Replies

8. Solaris

Jar and tar

I am a beginner to Solaris In Solaris you will find 'jar'. I am used to 'tar' command in Linux. What makes the differenced between 'jar' and 'tar' ? Is 'jar' unique to Solaris? I found a command called 'compress' too in Solaris. It is not in my Linux. Is it something special to... (1 Reply)
Discussion started by: Angelo
1 Replies
Login or Register to Ask a Question
diff2patches(1) 														   diff2patches(1)

NAME
diff2patches - Extract non-debian/ patches from .diff.gz files SYNTAX
diff2patches filename diff2patches --help|--version DESCRIPTION
Extracts patches from .diff.gz which apply to files outside the "debian/" directory scope. A patch is created for each modified file. Each patch is named according to the path of the modified file, with "/" replaced by "___", and an extension of ".patch". OPTIONS
filename Extract patches from filename which apply outside the "debian/" directory. --help Output help information and exit. --version Output version information and exit. FILES
debian/control Existence of this file is tested before any patch is extracted. debian/ debian/patches/ Patches are extracted to one of these directories. "debian/patches/" is preferred, if it exists. If DEB_PATCHES is present in the environment, it will override this behavior (see "ENVIRONMENT VARIABLES" section below). ENVIRONMENT VARIABLES
DEB_PATCHES When defined and points to an existing directory, patches are extracted in that directory and not under "debian/" nor "debian/patches/". SEE ALSO
combinediff(1) AUTHOR
Raphael Geissert <atomo64@gmail.com> Raphael Geissert <;atomo64@gmail.com> diff2patches(1)