idb open failed

idb open failed

Hang S.的头像

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?

5 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项
TimP (Intel)的头像
Best Reply

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).

Hang S.的头像

Quote:

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.
TimP (Intel)的头像

If you wish to run idb across ssh, ssh -Y should work when the JRE is set up to run on the remote machine.

Hang S.的头像

I installed openJDK and solved the problem, thank you so much!

登陆并发表评论。