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_
Débutant
1 359 Visites

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 Compliments
1 Solution
TimP
Contributeur émérite III
1 359 Visites
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).

Voir la solution dans l'envoi d'origine

0 Compliments
4 Réponses
TimP
Contributeur émérite III
1 360 Visites
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 Compliments
Hang_S_
Débutant
1 359 Visites
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 Compliments
TimP
Contributeur émérite III
1 359 Visites
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 Compliments
Hang_S_
Débutant
1 359 Visites
I installed openJDK and solved the problem, thank you so much!
0 Compliments
Répondre