No Java runtime environment (JRE) error


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers No Java runtime environment (JRE) error
# 1  
Old 06-30-2011
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!

Code:
 
[root@linx1 admin]# ./5.4.1.1-TIV-TSMORA-LinuxX64.bin
 
          Initializing Wizard........
          Verifying JVM........
 
 No Java Runtime Environment (JRE) was found on this system.

Code:
 
[root@linx1 admin]# rpm -qa |grep IBM
IBMJava2-AMD64-142-JRE-1.4.2-13.8
 
[root@linx1 ~]# find / -iname java -print 2>/dev/null
/opt/IBMJava2-amd64-142/jre/bin/java

[root@linx1 ~]# find / -iname jre -print 2>/dev/null
/opt/IBMJava2-amd64-142/docs/jre
/opt/IBMJava2-amd64-142/jre

---------- Post updated at 11:04 AM ---------- Previous update was at 09:21 AM ----------

Solved by setting path as follows

PATH=/opt/IBMJava2-amd64-142/jre/bin:$PATH
export PATH
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

Java Runtime.getRuntime().exec not returning any value

Hi, i written class like this but it is not returning any results and infact p.waitFor() is returning value 1. This is very basic program that i am planning to run in unix. This is really killing my time and unable to find correct reason.... (6 Replies)
Discussion started by: sbjv
6 Replies

2. AIX

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 :cool: (3 Replies)
Discussion started by: dellcisco
3 Replies

3. Shell Programming and Scripting

exit status from ksh script exec from java using runtime

how do i get the exit status from a ksh or perl script executed in a java program using Runtime? (1 Reply)
Discussion started by: twk
1 Replies

4. AIX

Java Runtime Execution require reboot of pSeries server regularly?

Dear all experts, Recently the daily batch run process (run using Java Runtime Execution)suddenly run slow. Our apps vendor came in and check and request to reboot the server. After rebooting of the server, the batch run back to normal. May I know is periodically rebooting of pSeries server is a... (9 Replies)
Discussion started by: kwliew999
9 Replies

5. UNIX for Dummies Questions & Answers

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. (5 Replies)
Discussion started by: ali40
5 Replies

6. UNIX for Dummies Questions & Answers

java runtime for mozilla firefox 3.5.3 installation

Hi, community, I am using Karmica koala 9.10 and I wish to add to Firefox the JRE plugin. What I have to do? The problem arises when I try to copy from the Downloads dir the file to /usr/java that I created. I must have the root permissions, I think. Please help. (1 Reply)
Discussion started by: mauropera
1 Replies

7. Shell Programming and Scripting

JAVA - environment variable not passing

Here is part of my script: export ERT export CYE export AYE java -classpath ${CLASSPATH} -DCYE="${CYE}" -DAYE="${AYE}" -DERT="${ERT}" classname I've verified in my script that all three variables have values. Once the JAVA app runs it only has the ERT values. CYE and AYE come through as... (0 Replies)
Discussion started by: Cailet
0 Replies

8. Post Here to Contact Site Administrators and Moderators

Java Programming in UNIX Environment

A suggetion: Don't we need to start Java Programming in UNIX Environment Forum ? (1 Reply)
Discussion started by: cub
1 Replies
Login or Register to Ask a Question