UnsatisfiedLinkError native method porting from java to j# -
01-11-2007
, 12:23 PM
I'm try porting any sources of sun java virtualmachine from java to j#
..net 2003.
I have a problem with sun.awt.Win32GraphicsEnvironment
At runtime the istruction
/** @attribute DllImport("awt.dll") */
private static native void initDisplay()
return 'java.lang.UnsatisfiedLinkError' exception
Can you help me?
Thank you. |