Native Code Loading via Bundle-NativeCode [message #46050] |
Mon, 15 November 2004 12:02  |
Eclipse User |
|
|
|
I am using Eclipse 3.1 M2.
I have a class in my bundle that is attempting to load a library.
static
{
System.loadLibrary("ProcessManagement");
}
The ProcessManagement.dll is provided in my bundle.
When I add a Bundle-NativeCode: property to my manifest, I get this error:
!MESSAGE Could not install bundle /c:/eclipse3.1/plugins/com.test._1.0.0/
No Bundle-NativeCode match
Here's the property specified in the manifest:
Bundle-NativeCode: lib/ProcessManagement.dll
Is Bundle-NativeCode supported? Is there a better way to link the native
code?
Jim VanOosten
|
|
|
|
Powered by
FUDForum. Page generated in 0.03134 seconds