Recently Learning Titanium Studio, the installation of Mac OSX is smooth, go to Ubuntu, the trouble comes, Titanium Studio IDE is based on Eclipse, so first loaded on the JDK 1.7 X64. Download the X64 version of Titanium Studio, unzip, run. Then hang up and look at the official documentation, which lets you fill in the XUL environment variables and install ia32-libs libjpeg62 libwebkitgtk-1.0-0 . Ia32-libs after 13.04 is not provided, can only cut back to 13.04 of the source, forcibly update and then cut back to 14.04 of the source. But titanium Studio still does not work, continue to look at the official document, inside actually said to 32 jdk. Since there are already 64 of the IDE, I jue the document is not written in the wrong, should be the document did not advance with the times.
Then take a look at the toss, then the Ia32-libs unloaded (the library has not been provided, forced use may be conflict). Google.
Finally, we found the 32-bit library that titanium studio relies on. lib32z1 lib32ncurses5 lib32bz2-1.0
After adding the problem solution Jue.
So, 64 more Ubuntu, because it's 64 JDK + 64-bit IDE. Re-install dependencies
sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 lib32z1 lib32ncurses5 lib32bz2-1.0
This article is from "Flying wood" blog, please make sure to keep this source http://oomhj.blog.51cto.com/4434185/1405842