:?: How to run Build Toolkit on Linux 64bit?
I'v downloaded Build Toolkit 2.0.0.2 fix6 for Linux and deployed it to Linux 64bit system. When I tried to run jbe, I got following error message.
=========================================
-bash: ./jbe: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
=========================================
How can I run Build Toolkit on Linux 64bit system?
I noticed the toolkit provided many jar files, can I create a customized build engine by programming? Where can I found javadoc of Build Toolkit? :?:
=========================================
-bash: ./jbe: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
=========================================
How can I run Build Toolkit on Linux 64bit system?
I noticed the toolkit provided many jar files, can I create a customized build engine by programming? Where can I found javadoc of Build Toolkit? :?:
2 answers
I'v downloaded Build Toolkit 2.0.0.2 fix6 for Linux and deployed it to Linux 64bit system. When I tried to run jbe, I got following error message.
=========================================
-bash: ./jbe: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
=========================================
How can I run Build Toolkit on Linux 64bit system?
I noticed the toolkit provided many jar files, can I create a customized build engine by programming? Where can I found javadoc of Build Toolkit? :?:
Hi,
This page has the officially supported platforms for 2.0.x. You might check out this page for tips about getting the JBE to work on an unofficial platform. In particular, you might try directly invoking from java with a 32-bit version of the JDK.
Brent Ulbricht
RTC Build Lead
Hi,
This page has the officially supported platforms for 2.0.x. You might check out this page for tips about getting the JBE to work on an unofficial platform. In particular, you might try directly invoking from java with a 32-bit version of the JDK.
Brent Ulbricht
RTC Build Lead
Great! It works. Thank you very much!