Bug 74373 - UnsatisfiedLinkError on PocketPC
Summary: UnsatisfiedLinkError on PocketPC
Status: RESOLVED DUPLICATE of bug 71338
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows CE
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Christophe Cornu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-20 16:45 EDT by Jeff McAffer CLA
Modified: 2004-09-20 23:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff McAffer CLA 2004-09-20 16:45:42 EDT
On a pocket pc using the 3.1 M1 SWT for pocket pc I got the following stack 
trace

!ENTRY org.eclipse.osgi Sep 20, 2004 12:39:16.483
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: 
org/eclipse/swt/internal/win32/OS.GetComboBoxInfo
(ILorg/eclipse/swt/internal/win32/COMBOBOXINFO;)Z
	at org.eclipse.swt.widgets.Combo.computeSize(Unknown Source)
	at org.eclipse.swt.layout.GridLayout.calculateGridDimensions(Unknown 
Source)
	at org.eclipse.swt.layout.GridLayout.computeLayoutSize(Unknown Source)
	at org.eclipse.swt.layout.GridLayout.computeSize(Unknown Source)
	at org.eclipse.swt.widgets.Composite.computeSize(Unknown Source)
	at org.eclipse.swt.layout.GridLayout.calculateGridDimensions(Unknown 
Source)
	at org.eclipse.swt.layout.GridLayout.computeLayoutSize(Unknown Source)
	at org.eclipse.swt.layout.GridLayout.computeSize(Unknown Source)
	at org.eclipse.swt.widgets.Composite.computeSize(Unknown Source)
	at org.eclipse.swt.layout.GridLayout.calculateGridDimensions(Unknown 
Source)
	at org.eclipse.swt.layout.GridLayout.computeLayoutSize(Unknown Source)
	at org.eclipse.swt.layout.GridLayout.computeSize(Unknown Source)
	at org.eclipse.swt.widgets.Composite.computeSize(Unknown Source)
	at org.eclipse.jface.window.Window.getInitialSize(Unknown Source)
	at org.eclipse.jface.window.Window.initializeBounds(Unknown Source)
	at org.eclipse.jface.dialogs.Dialog.initializeBounds(Unknown Source)
	at org.eclipse.jface.window.Window.create(Unknown Source)
	at org.eclipse.jface.dialogs.Dialog.create(Unknown Source)
	at org.eclipse.jface.window.Window.open(Unknown Source)
	at org.eclipse.jabber.miniui.MiniUIApplication.run(Unknown Source)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown 
Source)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
	at java.lang.reflect.AccessibleObject.invokeL(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
	at org.eclipse.core.launcher.Main.run(Unknown Source)
	at org.eclipse.core.launcher.Main.main(Unknown Source)
Comment 1 Christophe Cornu CLA 2004-09-20 18:34:20 EDT
Jeff - a recent integration build or the M2 build tomorrow should get you 
going. Please reopen if that is still an issue.

*** This bug has been marked as a duplicate of 71338 ***
Comment 2 Jeff McAffer CLA 2004-09-20 23:17:28 EDT
Yup. Got a more recent build and am happily running.  Way cool!