Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28905 Discussions

Problem while installing the Product for IA-32/Intel 64

Rabindra_Nayak
Beginner
262 Views
Following messages have come while installing the intel fortran compile.

"Missing optional pre-requisites
-No compatible java* Runtime Environment (JRE) found'.


Even I have installed the JRE ( jre-1.5.0_06) and the path of the jre is included in .bashrc file, I am receiving the same above message while installing the fortran compiler.

I need advice for solving this problem.


with kind regards
R.K. nayak
0 Kudos
1 Reply
Hubert_H_Intel
Employee
262 Views
Quoting - Rabindra Nayak
Following messages have come while installing the intel fortran compile.

"Missing optional pre-requisites
-No compatible java* Runtime Environment (JRE) found'.


Even I have installed the JRE ( jre-1.5.0_06) and the path of the jre is included in .bashrc file, I am receiving the same above message while installing the fortran compiler.

I need advice for solving this problem.


with kind regards
R.K. nayak
Rabindra,
That's a known installer issue. As long as you have the right JAVA JRE version 1.5 (also known als 5.0) or later (1.6/6.0) for the right platform (32 or 64 bit), e.g.:

1$ java -version
java version "1.6.0_10"
Java SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot 64-Bit Server VM (build 11.0-b15, mixed mode)
$

you can safely ignore this message.
Regards,
Hubert.
0 Kudos
Reply