Trouble with the BuildSystem
![]()
Trying to run jbe.exe from this package: RTC-BuildSystem-Toolkit-Win_3.0.0.RTC-I20101022-1001.zip, I encouter this error:
The Jbe executable launcher was unable to locate its companion shared library. Anything that I need to configure? |
6 answers
![]()
Hi Horia,
Sorry for the delay in responding. It could be that the JRE/JDK on your system is configured differently than the JBE executable expects (or maybe there is none). Try running with the JDK included in the RTC Eclipse client. See: https://jazz.net/wiki/bin/view/Main/BuildFAQ#WhichJDK |
![]()
I am having the same problem here, any help would be greatly appreciated!
|
![]()
Does specifying the java runtime using the -vm arg not help? Which JRE/JDK are you using?
You could always trying invoking java directly using the approach here: https://jazz.net/wiki/bin/view/Main/JbeOtherPlatforms but the JBE executable should work just fine on Windows, as long as it can find the JRE/JDK. |
![]()
Thanks for the replies.
I have found what caused the problem: it was a simple case of an incorrect unzip operation. It appears that the standard Windows unzip operation does not handle well long file names. After using 7zip and by keeping the path short, this problem no longer occurs. |
![]()
Can you give an example to illustrate the length of the path you were extracting to? I assume you're talking about extracting the JBE zip, not the JRE/JDK.
|
![]() Thanks for the replies. Thanks, I was having the same problem. Kudos! |