Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: silicontoad on November 19, 2009, 04:35:16 pm

Title: IDB and Code::Blocks
Post by: silicontoad on November 19, 2009, 04:35:16 pm
Hi,

I have intel compiler installed (v.11) on Ubuntu 9.10, using svn5911 of C::B. Everything works great except for IDB (Intel Debugger - gui debugger written in java) which requires the Java Runtime. I can successfully launch IDB from the command window, I have set the $PATH variable to include the JRE path. However CodeBlocks doesn't take any notice? I've also tried adding them to the environment variable of CodeBlocks with VARIABLE PATH and VALUE /usr/lib/jvm/java-6-sun-1.6.0.15/bin but to no avail, also tried setting VARIABLE LD_LIBRARY_PATH with similar VALUE as above, but no help.

Debugger(Debug) tab:
=============
LD_LIBRARY_PATH=.
Command-line: /opt/intel/Compiler/11.1/056/bin/intel64/idb -nx -fullname  -quiet -args /home/user/dev/common/src/cba
Working dir : /home/user/dev/common/src/
No Java Runtime found in PATH, please make sure that a Java Runtime version 1.5 or higher is installed and in the PATH.
For more information, please read the release notes.

Any ideas?

TOAD
Title: Re: IDB and Code::Blocks
Post by: MortenMacFly on November 19, 2009, 04:50:56 pm
Any ideas?
Probably you didn't notice that C::B supports CDB and GDB, only?! ;-)
Title: Re: IDB and Code::Blocks
Post by: silicontoad on November 19, 2009, 04:57:12 pm
Ahhh. Ok :) - thanks - note to self: Learn to Read more