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

idb open failed

Hang_S_
Beginner
1,147 Views

I type the command idb and then it begins to load, but soon as it loaded, it quit automatically. Is it because my hardware is 64 bits? What shall I do?

0 Kudos
1 Solution
TimP
Honored Contributor III
1,147 Views
idb requires a working java JRE. If you haven't set that up, you might verify that idbc (text display) is working. 32- vs. 64- bitness isn't a question of your hardware. If you run a 32-bit OS, idb must be a 32-bit installation, and the application must be build for 32-bit mode. If a 64-bit OS, 64-bit idb works with both 32- and 64-bit applications (then JRE must be 64-bit).

View solution in original post

0 Kudos
4 Replies
TimP
Honored Contributor III
1,148 Views
idb requires a working java JRE. If you haven't set that up, you might verify that idbc (text display) is working. 32- vs. 64- bitness isn't a question of your hardware. If you run a 32-bit OS, idb must be a 32-bit installation, and the application must be build for 32-bit mode. If a 64-bit OS, 64-bit idb works with both 32- and 64-bit applications (then JRE must be 64-bit).
0 Kudos
Hang_S_
Beginner
1,147 Views
TimP (Intel) wrote:

idb requires a working java JRE. If you haven't set that up, you might verify that idbc (text display) is working.
32- vs. 64- bitness isn't a question of your hardware. If you run a 32-bit OS, idb must be a 32-bit installation, and the application must be build for 32-bit mode. If a 64-bit OS, 64-bit idb works with both 32- and 64-bit applications (then JRE must be 64-bit).

Thank you so much! I ssh to my computer in my office and run idbc, it's ok. I'll go to office tomorrow and check the JRE.
0 Kudos
TimP
Honored Contributor III
1,147 Views
If you wish to run idb across ssh, ssh -Y should work when the JRE is set up to run on the remote machine.
0 Kudos
Hang_S_
Beginner
1,147 Views
I installed openJDK and solved the problem, thank you so much!
0 Kudos
Reply