10-20-2008
When I run:
jar tf jps.jar > /tmp/paul/jpsjar
I get the following:
/tmp/paul/jpsjar: Is a directory
Am I doing something wrong?
9 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
1) What is the comamnd in need to use to find the diff between .tar files.
2) when i unzip the tar file i get .jar files.. the question i have here is i need to find only the modified file list from the .jar file
does any one have done, please do share ....
Thanks (0 Replies)
Discussion started by: gkrishnag
0 Replies
2. UNIX for Advanced & Expert Users
Hi All,
I am using crontab which execute a shell script.
In the shell script, I am executing a java program. This Java program requires the jar files.
The cron job file ' cronfile.txt ' contents:
MAILTO="raju_utla@dcis.uohyd.ernet.in"
0-59 * * * *... (0 Replies)
Discussion started by: rajuutla
0 Replies
3. Linux
Hi All,
I am using crontab which execute a shell script.
In the shell script, I am executing a java program. This Java program requires the jar files.
The cron job file ' cronfile.txt ' contents:
MAILTO="raju_utla@dcis.uohyd.ernet.in"
0-59 * * * *... (3 Replies)
Discussion started by: rajuutla
3 Replies
4. UNIX for Dummies Questions & Answers
Hi All,
I am using crontab which execute a shell script.
In the shell script, I am executing a java program. This Java program requires the jar files.
The cron job file ' cronfile.txt ' contents:
MAILTO="raju_utla@dcis.uohyd.ernet.in"
0-59 * * * *... (4 Replies)
Discussion started by: rajuutla
4 Replies
5. UNIX for Dummies Questions & Answers
Hello,
I want to copy all *.jar files from a parent tree structure, traversing all sub directories, into the traget dir. What shud be the command for that.
I tried below command from the source parent dir
cp -r *.jar pathtotargetdir
but get the error '*.jar : No such file or... (1 Reply)
Discussion started by: New2
1 Replies
6. Shell Programming and Scripting
Hi
Hope you are having a great weeknd !! I had a question and need your expertise for this :
I have 2 files File1 & File2(of same structure) which I need to compare on some columns. I need to find the values which are there in File2 but not in File 1 and put the Differences in another file... (5 Replies)
Discussion started by: newbie_8398
5 Replies
7. Shell Programming and Scripting
unzip -v gives CRC info of each file in a zip(in my case .EAR) file.
# unzip -v my-application.ear
Archive: my-application.ear
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
197981 Defl:N 183708 7%... (1 Reply)
Discussion started by: kchinnam
1 Replies
8. UNIX for Advanced & Expert Users
RHEL 7.6 and 7.4 are mysteriously deleting jar files after we use Flexera to install a company product. It does not show this behaviour on any other version of Linux, including Centos 7.
The directory it's being installed to is /usr/local/bin/MY_COMPANY.
We've also tried /var/opt.
The jars... (1 Reply)
Discussion started by: mcd999
1 Replies
9. Shell Programming and Scripting
I can view a jar file contents using the below command:
$ jar -tvf ./checker-compat-qual-2.0.0.jar
0 Mon May 02 18:28:46 IST 2016 META-INF/
184 Mon May 02 18:28:44 IST 2016 META-INF/MANIFEST.MF
0 Mon May 02 17:20:16 IST 2016 afu/
0 Mon May 02 17:20:16 IST 2016 afu/org/
... (5 Replies)
Discussion started by: mohtashims
5 Replies
LEARN ABOUT CENTOS
rebuild-jar-repository
REBUILD-JAR-REPOSI(1) Java Packages Tools REBUILD-JAR-REPOSI(1)
NAME
rebuild-jar-repository - rebuild a JAR repository
SYNOPSIS
rebuild-jar-repository [OPTION]... DIRECTORY
DESCRIPTION
Rebuild a jar repository (built by build-jar-repository) based on the current JVM settings
OPTIONS
If no option is specified the default action will be to rebuild with symbolic links
-c, --copy
Copy files.
-h, --hard
Create hard links.
-s, --soft, --symbolic Create symbolic links (default).
EXAMPLES
rebuild-jar-repository . - This will update all links created by build-jar-repository in the current working directory. Updated links will
be symbolic links.
rebuild-jar-repository -h /tmp - This will update all links created by build-jar-repository in the /tmp directory. Updated links will be
hard links.
AUTHOR
Written by the JPackage Project (http://www.jpackage.org/).
REPORTING BUGS
Bugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/.
SEE ALSO
build-jar-repository(1), build-classpath(1),
JAVAPACKAGES
06/10/2014 REBUILD-JAR-REPOSI(1)