Hi,
My setup:
Eclipse 3.1.1
MyEclipse 4.1.1
JBoss 3.2.5
JSF-Project
jawin:
-Djava.library.path=c:\jawin\bin in jboss vm arguments
My problem is, that I need to restart jboss after every deploy.
The redeploy itself works great!
But when I click to a part in my webapplication where jawin is used, I get the following error:
javax.servlet.ServletException: javax.servlet.jsp.JspException: java.lang.UnsatisfiedLinkError: Native Library C:\jawin\bin\jawin.dll already loaded in another classloader
Hence I’m currently stopping and starting jboss after every deploy. It’s that
annoying, that a colleague didn’t buy a licence and is currently evaluating Lomboz 🙁
TIA,
Markus