Hello,
I'm trying to install the tizen IDE under Ubuntu 12.10, 64 bits, after downloading the .bin from the page download (http://download.tizen.org/sdk/InstallManager/tizen-sdk-2.1/tizen-sdk-ubuntu64-v2.1.4.bin) and give the permission to the file (sudo chmod +x tizen-sdk-ubuntu64-v2.1.4.bin), i want to run the file by the commande (./tizen-sdk-ubuntu64-v2.1.4.bin), but i have the following error. Anyone knows why? Thank you...
zitagu@zitagu-VirtualBox:~/Downloads$ ./tizen-sdk-ubuntu64-v2.1.4.bin
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.widgets.Display
at org.eclipse.swt.widgets.Widget.isValidSubclass(Unknown Source)
at org.eclipse.swt.widgets.Decorations.checkSubclass(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.jface.window.Window.createShell(Window.java:487)
at org.eclipse.jface.window.Window.create(Window.java:430)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.tizen.installmanager.ui.InstallManagerWindow.main(InstallManagerWindow.java:857)
... 5 more