Hi,
I know Windows XP isnt officially supported but has anyone successfully managed to run the SDK on XP ? Given Windows XP is still probably used by a good 30% of the desktop market, and the problem below appears to be solveable (the IDE launches and works fine in most respects, except for inability to create Native apps), would it be possible to figure out what might have gone wrong here?
As soon as I launch it, it seems to give me an "Initializing SBI" error.
The log inside workspace/.metadata says this :
!ENTRY org.eclipse.core.jobs 4 2 2015-03-01 13:12:31.843
!MESSAGE An internal error occurred during: "Initializing SBI".
!STACK 0
java.lang.ExceptionInInitializerError
at org.tizen.tpklib.constants.TPKConstants.getSBIBinPath(TPKConstants.java:52)
at org.tizen.tpklib.constants.TPKConstants.<clinit>(TPKConstants.java:32)
at org.tizen.tpklib.TPK.createLog(TPK.java:53)
at org.tizen.tpklib.TPK.<clinit>(TPK.java:42)
at org.tizen.tpklib.model.PluginManager.<init>(PluginManager.java:69)
at org.tizen.tpklib.model.PluginManager.getInstance(PluginManager.java:881)
at org.tizen.nativecommon.build.model.SBIModel.initialize(SBIModel.java:194)
at org.tizen.nativecommon.Activator$1.run(Activator.java:78)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.NullPointerException
at java.lang.StringBuffer.<init>(Unknown Source)
at org.tizen.tpklib.lib.PathUtil.addPath(PathUtil.java:69)
at org.tizen.tpklib.constants.SDKConstants.getInstallManagerConfigHomePath(SDKConstants.java:157)
at org.tizen.tpklib.constants.SDKConstants.<clinit>(SDKConstants.java:78)
... 9 more
!ENTRY org.tizen.common.ui.Startup 1 0 2015-03-01 13:12:35.703
!MESSAGE SDK Information: Path [C:\tizen-sdk], Data Path [C:\tizen-sdk-data], Platform Path [C:\tizen-sdk\platforms\mobile-2.3]