03-04-2012 07:15 AM
Hi there,
I'm just starting to bring our app to Blackberry Playbook (Native). I've setup the native SDK on Ubuntu (64 bit) and get the following error log when the IDE fails to load (below). Can someone tell a Linux newbie what I need to do in order to fix this please? Obviously this is holding up bringing our app to market. Looks like it's barfing on some 64 bit libs of some sort?
Many thanks,
Steve Haggerty.
Technical Director
Rubicon Development.
!SESSION 2012-03-04 12:02:15.412 -----------------------------------------------
eclipse.buildId=2.0
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.osgi 4 0 2012-03-04 12:02:16.244
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/home/steve/.momentics/ndk-2.0.0/configuration/or
no swt-pi-gtk in java.library.path
/home/steve/.swt/lib/linux/x86/libswt-pi-gtk-3738
Can't load library: /home/steve/.swt/lib/linux/x86/libswt-pi-gtk.so
at org.eclipse.swt.internal.Library.loadLibrary(Libra
at org.eclipse.swt.internal.Library.loadLibrary(Libra
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:2
at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve
at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve
at org.eclipse.swt.widgets.Display.<clinit>(Display.j
at org.eclipse.ui.internal.Workbench.createDisplay(Wo
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI
at org.eclipse.ui.internal.ide.application.IDEApplica
at org.eclipse.ui.internal.ide.application.IDEApplica
at org.eclipse.equinox.internal.app.EclipseAppHandle.
at org.eclipse.core.runtime.internal.adaptor.EclipseA
at org.eclipse.core.runtime.internal.adaptor.EclipseA
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(
at org.eclipse.equinox.launcher.Main.basicRun(Main.ja
at org.eclipse.equinox.launcher.Main.run(Main.java:14
Solved! Go to Solution.
03-04-2012 07:32 AM