Fala galera, blz !?
Estou montei uma página que realiza uma comunicação com uma DLL que faz suas funções , etc …
Porém, na hora que eu tento carregar a biblioteca ele me deixa este erro
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x008bcca9, pid=2968, tid=2324
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_02-b06 mixed mode, sharing)
# Problematic frame:
# v ~RuntimeStub::ic_miss_stub
#
# An error report file with more information is saved as hs_err_pid2968.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
e estou tentando carregá-lo assim:
lib = (MySharedLibrary) Native.loadLibrary("DLLTeste", MySharedLibrary.class);
utilizando está biblioteca:
import com.sun.jna.Library;
Alguém imagina o que pode ser !? …
Detalhe quando eu “debugo” a aplicação, funciona !! … talvez seja algo referente a thread, mas estou chutando sei lá.
Desde já agradeço.