4 messages in net.java.dev.jna.users[jna-users] Memory class
FromSent OnAttachments
Timothy WallMar 26, 2009 6:14 am 
Novatchkov HristoMar 26, 2009 7:12 am 
LYou...@gkservices.comMar 26, 2009 7:56 am 
Novatchkov HristoMar 27, 2009 2:57 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[jna-users] Memory classActions...
From:Novatchkov Hristo (hris@univie.ac.at)
Date:Mar 27, 2009 2:57:47 am
List:net.java.dev.jna.users

Although I haven't made any specific changes, especially concerning the jna jar, I suddenly get the following error (on the mobile device):

27.03.2009 10:32:04 SystemErr SEVERE: java.lang.NoClassDefFoundError: com.sun.jna.Memory (initialization failure) 27.03.2009 10:32:04 SystemErr SEVERE: at java.lang.J9VMInternals.initialize(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at mobile.coaching.InvokeNative.<init>(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at mobile.coaching.UI$1.widgetSelected(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.ui.internal.Workbench.runUI(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at com.ibm.ercp.hworkbench.eWorkbench.run(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at java.lang.reflect.AccessibleObject.invokeL(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at java.lang.reflect.Method.invoke(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithExcep tion(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat ion(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unkno wn Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at java.lang.reflect.AccessibleObject.invokeL(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at java.lang.reflect.Method.invoke(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.core.launcher.Main.basicRun(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at org.eclipse.core.launcher.Main.run(Unknown Source) 27.03.2009 10:32:04 SystemErr SEVERE: at com.ibm.jxesupport.launcher.Main.main(Unknown Source) 27.03.2009 10:32:04 org.eclipse.ui SEVERE: Unhandled event loop exception

which indicates that the Memory class couldn't be found, although it is included in the jar file. Any hints?