Languages

Menu
Sites
Language
Tizen Studio installer does nothing

I have not been able to install Tizen Studio. The installer only opens a small window which automatically closes after a few seconds. Here are the exact steps I tried in the order that I tried them. I am using 64-bit Windows 10.

 

1. Downloaded jdk-8u111-windows-x64.exe and installed the JDK with the installer’s default settings.

2. Downloaded web-ide_Tizen_Studio_1.0.1_windows-64.exe and ran it. A small window appeared saying “verifying installer” with a percentage that progressed to 100%. Then a progress bar appeared, and as it filled up, the following messages were displayed below the bar: “Extract: tizen-sdk.zip”, “Tizen Installer is preparing resources.”, and “The installation process is starting...”. When the progress bar was filled, the window closed without installing Tizen Studio or apparently doing anything at all.

3. Downloaded jdk-8u112-windows-x64.exe and installed the JDK with the installer’s default settings.

4. Ran Tizen Studio installer again, with the same result.

5. Downloaded jre-8u111-windows-x64.exe and installed the JRE with default settings.

6. Ran Tizen Studio installer again, with the same result.

7. Downloaded web-cli_Tizen_Studio_1.0.1_windows-64.exe and ran it. Installation seemed to go just fine, but I prefer to use the IDE, not the command line, so this is not useful.

 

What can I do to install Tizen Studio with IDE?

Responses

11 Replies
Anirban Dutta

Hi!

Is your installer file downloaded completely ?  Initialization window and 'Software License Agreement' show up after the process you can see upto.  Process initialization can be missed if the downloaded installer file is not downloaded completely or corrupted. Please check on this.

Thanks.

D C

p { margin-bottom: 0.1in; line-height: 120%; Thanks for the response Anirban. I redownloaded the installer, and it appears to be the complete file, but the incomplete installation process occurs exactly as before. Are there other possible causes for this?

Anirban Dutta

Which mirror location are you using for downloading the Studio installer file ? I can check if I am having the same issue.

D C

I originally used the Origin mirror but have since tried the Global (USA) and Brazil mirrors.  All have the same result. 

Hi!

Did you launch the installer using adminitrator authority?

I guess that It is caused by above issue or jre environment.

Could you remove all your jdk, jre and reinstall them?

Thanks.

D C

p { margin-bottom: 0.1in; line-height: 120%; Yes, I originally right-clicked on the file and ran as an administrator.

 

After your suggestion, I removed and reinstalled the Java and Python prerequisites and ran the installer while logged in as an administrative user. When doing it this way, the same thing happened as before, except after the installation prematurely stopped, a Windows message popped up asking whether the installation occurred successfully. The message suggested that I try installing with older compatibility modes, but none of those modes worked either.

 

Would appreciate any other suggestions.

Peter Wegner

Maybe check the new Version:

1.0.2

 

If not found allready solution...

 

Best Regards

D C

Thanks for the suggestion, Peter.  I tried the new version today, but the result was the same as before.  I think I will just have to pass on Tizen development for now. 

Peter Wegner

Thanx for feedback.

 

Best Regards

Matthew McConnll

TLDR: You might have a bad combo of 32 bit java and 64 bit Tizen studio or maybe the opposite. They need to be the same.

 

Hey Peter, if you haven't found a solution, I just experienced the same problem and eventually found one.  When you run the installer, it creates a directory in this path: C:\Users\[YOUR USER]\AppData\Local\Temp called tizensdk_YYYYMMDDHHMMSS

Inside that directory is a jar file, a zip,  and two others. For me, when I double clicked the jar, still nothing happened. So if you shift-right click the directory and open a command window, you can run it through the command line with this command

java -jar installer.jar

For me, this threw an error:

--------------------------------------------------------------------

Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM
        at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
        at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
        at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
        at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
        at org.tizen.installer.ui.wizard.WizardUIMain.initDisplay(WizardUIMain.java:164)
        at org.tizen.installer.ui.wizard.WizardUIMain.main(WizardUIMain.java:34)
        ... 5 more

----------------------------------------------------------------------------

I bolded the relevant info. I downloaded the 64 bit version of the Tizen studio, but was running a 32 bit version of Java.

You can download the 64 bit version here: java.com/en/download/manual.jsp

Or download the 32 bit version of Tizen studio

Either way, I hope this helps you or anyone else with this problem. It took me hours today to figure it out.

 

Matthew McConnll

Ooops, I meant D C, but Peter, if it's valuable to you, enjoy haha