

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
4 messages in net.java.dev.jna.users[jna-users] Memory class| From | Sent On | Attachments |
|---|---|---|
| Timothy Wall | Mar 26, 2009 6:14 am | |
| Novatchkov Hristo | Mar 26, 2009 7:12 am | |
| LYou...@gkservices.com | Mar 26, 2009 7:56 am | |
| Novatchkov Hristo | Mar 27, 2009 2:57 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | [jna-users] Memory class | Actions... |
|---|---|---|
| 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?







