Trouble with the BuildSystem
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
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
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.
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.
Thanks, I was having the same problem. Kudos!