Any file to differentiate JAVA JRE and JAVA JDK


 
Thread Tools Search this Thread
Operating Systems AIX Any file to differentiate JAVA JRE and JAVA JDK
# 1  
Old 04-24-2013
Oracle Any file to differentiate JAVA JRE and JAVA JDK

Folks,

Any idea of where can I find a specific file to differentiate JRE and Java JDK installed on AIX platform Smilie
# 2  
Old 04-24-2013
I am not sure what you are trying to do. What do you mean by "differentiate"? Please elaborate.

bakunin
# 3  
Old 04-24-2013
The first thing that comes to mind to me is the java compiler, javac, which is part of the JDK. If you do not know the difference between the JDK and the JRE, a web search will enlighten you.

Regards,
Alister
# 4  
Old 04-24-2013
usually JDK, and JRE gets installed in different paths. If I am the installer, I would keep them in ../JRE/.., ../JDK..xx/ paths. You can try $> which java | egrep -i 'JRE|JDK', to see if it belongs to which installation type.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Fedora

Fedora: Uninstall Java JDK 1.8 and install Oracle Java 1.7.15

Hi All, I have just downloaded fedora 27 iso and set it up in virtual box. I want to learn Hadoop so trying to install Apache hadoop. Before all those I have to install Oracle Java 1.7.15 (as mentioned in the Apache hadoop page). Can you please help me how to Uninstall currently installed... (6 Replies)
Discussion started by: TechGyaann
6 Replies

2. Solaris

How to install java (jdk-74) on solaris 10?

What kind of required java type for installed? which address link, i need to download the package. i have zcat this version jdk-7-solaris-sparc.tar.Z and then installed each the packages with pkgadd -d . , but my java version still java full version "1.5.0_24-b02".is it need doanything after... (1 Reply)
Discussion started by: aagusman
1 Replies

3. UNIX for Dummies Questions & Answers

No Java runtime environment (JRE) error

Hi all, I am trying to install a .bin file for that it requires IBMJava2-AMD64-142-JRE-1.4.2-13.8.x86_64.rpm to be installed. I have installed this rpm but when i try to install .bin file, it complains that no JRE found. How to solve this. Thanks in advance! #... (0 Replies)
Discussion started by: lramsb4u
0 Replies

4. News, Links, Events and Announcements

bug in jdk/jre 1.4.2_13, 1.5.0_11, 1.6

Hi everyone, there is a bug in the jdk/jre 1.4.2_13 that is supposed to take care of the DST change. Details and workaround here. (0 Replies)
Discussion started by: blowtorch
0 Replies
Login or Register to Ask a Question