Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Need to find the OS JRE as well as User installed JRE on my UNIX box! Post 302482233 by ali40 on Tuesday 21st of December 2010 02:54:32 AM
Old 12-21-2010
Need to find the OS JRE as well as User installed JRE on my UNIX box!

Hi,

I want to determine whether my java application is pointing to the OS version of Java or the User installed Java version on my Unix box.

I am aware of the "java -version" command, however I am unsure if the version returned is the OS one or the user one.

Please help.
Ali.
 

10 More Discussions You Might Find Interesting

1. BSD

JRE on frebsd 4.11

Hello I try to install ports JRE on freebsd 4.11 So I Download manually in distfiles the j2sdk-1_4_2_06-linux-i586.bin Then I tape make install in the jre ports it tell me that: ===> Vulnerability check disabled, database not found ===> Extracting for linux-sun-jdk-1.4.2.06_1 => Checksum... (1 Reply)
Discussion started by: SoulCoder
1 Replies

2. Solaris

Installing JRE 1.4 errors

I'm attempting to install the Java JRE 1.4 on SunOS 5.8 box. I installed dozens of Sun patches without error, however when I download the JRE from sunsolve, I keep getting: Do you agree to the above license terms? yes Unpacking... Checksumming... 1 The download file appears to be... (2 Replies)
Discussion started by: FredSmith
2 Replies

3. Shell Programming and Scripting

How to Find JRE installed in linux machine..?

Hi all, Im new to linux... Im in need to write a shell script to check wthr JRE in linux machine... Wtz de best way to find thru BASH?? Plz help me out to solve this issue... Thanks (3 Replies)
Discussion started by: XivaX
3 Replies

4. UNIX for Dummies Questions & Answers

JRE in Fedora 7

Hi, I am trying to install the Java Runtime Environment in Fedora 7. However, according to articles such as this: How to Install Java in Fedora Core 6 - Java Runtime Environment - Softpedia I should have a plugin directory in the jre directory. I don't have that after running the... (1 Reply)
Discussion started by: user23
1 Replies

5. Programming

JRE in Fedora 7

Perhaps this is the right forum for this question? Hi, I am trying to install the Java Runtime Environment in Fedora 7. However, according to articles such as this: How to Install Java in Fedora Core 6 - Java Runtime Environment - Softpedia I should have a plugin directory in the jre... (3 Replies)
Discussion started by: user23
3 Replies

6. AIX

JRE 1.6 for AIX

Hi, I am new to AIX and working in AIX 5.3 and I want to install the JRE1.6 in the machine.So can I can anyone tell me where I will get it and how to install it on AIX machine.. Thanks in advance for your help.. (2 Replies)
Discussion started by: smartgupta
2 Replies

7. SCO

How to install Apache 5.0 and JRE 1.4.0

Hello, I have a problem to run the the Web aplication Cincom Mantis XML on a SCO 6.0 with MP2. My Tomcat is 4.1.31 The Cincom support tell me tha I need the Apache Tomcat 5.5 and Java JRE 1.4.0 Can I install a linux version into SCO 6.0 system ? Thank you for your help. ... (1 Reply)
Discussion started by: hrmaldonado
1 Replies

8. UNIX for Dummies Questions & Answers

jre location PATH

How do you set the classpath for jre location....What are all the steps? (4 Replies)
Discussion started by: siddhans
4 Replies

9. UNIX for Advanced & Expert Users

Jre not working in Fedora

I am having trouble getting my jre to work. I have uninstalled and reinstalled it several times but that is not working. I have setup the firefox symlink. sudo ln -s /usr/java/jre1.7.0_21/lib/i386/libnpjp2.so I have tried to follow these instructions. ... (4 Replies)
Discussion started by: cokedude
4 Replies

10. AIX

JRE 1.4 Download location

Dear Expert, I'm will use the software monitoring server. but need the JRE ( Java runtime 1.4 for aix 6.1) I find at dvd aix doest exist, and find google I dont have the link location download. please share location file or Java runtime 1.4 for aix 6.1. regards, ~ruhul (1 Reply)
Discussion started by: williamen
1 Replies
MAKE-JPKG(1)						      General Commands Manual						      MAKE-JPKG(1)

NAME
make-jpkg - builds Debian packages from Java binary distributions SYNOPSIS
make-jpkg [OPTION]... [FILE] DESCRIPTION
make-jpkg builds a Debian package from the given Java distribution FILE. Supported java binary distributions currently include: * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) : - The J2SE Development Kit (JDK), version 6 (update >= 10), 7 - The J2SE Runtime Environment (JRE), version 6 (update >= 10), 7 - The J2SE API Javadoc, version 6 (update >= 10), 7 (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!) The following options are recognized: --full-name NAME full name used in the maintainer field of the package --email EMAIL email address used in the maintainer field of the package --changes create a .changes file --revision add debian revision --help display help text and exit --version output version information and exit Download a supported Java RE or SDK or API tar.gz or self-extracting archive from http://www.oracle.com/technetwork/java/javase/downloads and execute make-jpkg file with the downloaded file. The program asks the user for additional information and builds a Debian binary pack- age in the current directory. The program requires about 200 MB free disk space in a temporary directory. The temporary directory defaults to /tmp but you can specify an alternate directory by setting the environment variable TMPDIR. EXAMPLE
To install Oracle(TM) 7 Standard Edition JDK, download a release - 64 bits version of update 2 from http://www.oracle.com/technet- work/java/javase/downloads/jdk-7u2-download-1377129.html in this example - and invoke make-jpkg: make-jpkg <path_to_download_directory>/jdk-7u2-linux-x64.tar.gz This generate a Debian package in the current directory, that can be installed using dpkg: dpkg -i oracle-j2sdk1.7_1.7.0+update2_amd64.deb When you're done, you can delete initial download as well as generated package: rm <path_to_download_directory>/jdk-7u2-linux-x64.tar.gz oracle-j2sdk1.7_1.7.0+update2_amd64.deb ENVIRONMENT
TMPDIR base directory used for temporary files (defaults to /tmp) J2SE_PACKAGE_FULL_NAME full name used in the maintainer field of the package; if none is supplied then the default of "Debian Java Maintainers" is used. J2SE_PACKAGE_EMAIL email address used in the maintainer field of the package; if none is supplied the default of "pkg-java-maintain- ers@lists.alioth.debian.org" is used. SEE ALSO
update-java-alternatives(1) AUTHOR
This manual page was written by Hubert Schmid <j2se-package@z42.de>. It is now maintained by the Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>. January 22, 2012 MAKE-JPKG(1)
All times are GMT -4. The time now is 02:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy