Today I tried installing the Tizen SDK (tizen-sdk-ubuntu64-v2.2.71.bin) on Ubuntu 12.04. The installation script exited complaining that it requires Oracle JDK instead of OpenJDK ("OpenJDK is not supported. Try again with Oracle JDK.").
This is a bit annoying, because OpenJDK comes with Ubuntu per default and Oracle JDK is not in the repositories any more. It seems, the installer's requirement is merely a policy and not an actual technical requirement. The installation does succeed even with the OpenJDK, if the following lines are commented out in the installation script:
# check the default java as OpenJDK ##
if [ "ubuntu" = "${OS_NAME}" ] ; then
CHECK_OPENJDK=`java -version 2>&1 | egrep -e OpenJDK`
if [ -n "${CHECK_OPENJDK}" ] ; then
echo "${CE} OpenJDK is not supported. Try again with Oracle JDK. ${CN}"
exit 1
fi
fi
The installation and basic usage of the IDE seem to work without problems after this. The OpenJDK version used was 1.6.0_27.

This blog is supposed to be a collection of random, unrelated, little ideas, thoughts, and discoveries, which I assume to be helpful to a negligible part of the world's population and wish to share out of pure altruism. If posts appear really weird, maybe you have the wrong kind of humor. Many of the posts are science/technology related. If you are opposed to that, stop reading here! Comments, criticism, corrections, amendments, questions are always welcome.
Showing posts with label tizen. Show all posts
Showing posts with label tizen. Show all posts
2014-01-10
Subscribe to:
Posts (Atom)