Languages

Menu
Sites
Language
Installing Tizen SDK under windows 8

Hi

I have a new PC, which is running windows 8 64 bits and I try to install Tizen SDK but the Javacheck.exe keeps falling saying that I do not have java but I have installed Java 1.7 jdk. If I run the command java -version from a command promt I get the following:

C:\>java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)

I assume that it should ok in order to run Tizen SDK??

 

best regards

Jakob

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

8 Replies
Peter Wegner
1. Be sure you have JAVA 64 Bit also installed, not only the 32 Bit Version... This was my mistake on Win 7 64 Bit... 2. There is some problem with the 64 Bit Installer from Tizen... Someone posted the extracted Installer files from Temp folder to bypass this problem... Best Regards
Peter Wegner
Short checked on my 32 bit and 64 bit PC... javacheck.exe seems only to do this... java -version + write result into text file: version.txt It seems you have proper 64 Bit JAVA installed... but Win 8... can not test. If you have allready all files from temp folder, try InstManager.exe ... If nothing happen, then problem with JAVA installation... I have older Version installed... b16 instead b17... Again, sorry NO Win 8 test self. I have only read about problems and my Win 7 installation was also "adventure"... Best Regards
Peter Wegner
You could also try older Installer with Win 8, maybe more luck... install-manager_2.2.30_windows-64.zip This Zip you can find in: tizen-sdk-image-2.2.0-windows64.zip tizen-sdk-windows64-v2.2.32.exe this seems newer, but maybe more or less Bugs... no idea. But after successfully install of Tizen SDK it seems v30 is in folder install-manager... Best Regards
Jakob Brixtofte
Hi, Thanks for your input, Actually I found out that by going to temp dir, which contains the installmanager jar and installmanager.exe a second program was unzipped instManagerC.exe It will actually do the installation under windows 8 64 bit. best regards Jakob
Kirill Chuvilin
Generally speaking, Win8 isn't officially supported by Tizen SDK now. So, after defeating the JDK you can get other problems. By the way, the SDK works well with Oracle JRE 7 in Win7. You can try this way, but it is not the best solution for the permanent use.
Peter Wegner
1. With the Installer also on supported Win Versions sometimes not easy... 2. Not clear enough, why nobody check ZIP, because Installer is also in ZIP... If Installer only file is newer as Installer in ZIP included, the newer Version after successfully Install will be replaced by older Version in ZIP... Only good thing from ZIP Installer... Change Log... :) pkginfo.manifest is text file... #Change log * 2.2.30 - Fix bug of downloading UX - InstallManager can manage that script return value is 2. == > 2013-07-16 * 2.2.29 - Modify tsudo.sh script for working well. - InstallManager works well by cli mode. == > 2013-07-12 * 2.2.28 - Modify tsudo.sh script for working well. == > 2013-07-11 * 2.2.27 - Modify InstallManager-64.nsi script because of useless character . . . :) Best Regards
Peter Wegner
3. Forgotten... Unclear to me is also why 64 bit Installer is "mandatory"... Tests with 32 bit Installer on Win7 64 bit successfully installed 32 bit SDK... So why not release next time 1 Installer for both... 32 bit + 64 bit... Its only "scripted JAVA stuff"... Now we have for 2 Windows Version of Tizen SDK 2.2 ... 4 Installer... :) :) Best Regards
Marco Buettner
easiest way to install Tizen SDK to Win8 http://www.mobilenations.de/blog/wp-content/uploads/2013/07/tizen2.2win8.zip Start the installmanager.jar easy by cmd. @Peter Wegner: You can install 32bit application on 64bit, thats nothing new! But to its recommend (mandatory is not correct of course) to install the 64bit version on a 64bit system with 64bit Java. Don't forget to install the 32bit jre :)