UnsatisfiedLinkError Problem
Hi All,
I am writing a small application using NetBeans 4.1. The application
relies in part on some IBM jar files which refer to a dll that is in
the same directory. When I run the application I get a
UnsatisfiedLinkError because the application can't find the dll.
How do I make NetBeans aware of the dll.
Thanks,
Fred.
.
Relevant Pages
- Re: UnsatisfiedLinkError Problem
... > I am writing a small application using NetBeans 4.1. ... > relies in part on some IBM jar files which refer to a dll that is in ... > UnsatisfiedLinkError because the application can't find the dll. ... Your best bet is to read the documentation of "some IBM jar files". ... (comp.lang.java.help) - Re: UnsatisfiedLinkError Problem
... >relies in part on some IBM jar files which refer to a dll that is in ... >UnsatisfiedLinkError because the application can't find the dll. ... (comp.lang.java.help) - Re: Cannot open DLL file for writing
... i dont think NetBeans have any dll problems ^_^ ... > developer hits with VS.NET on a daily basis. ... > VS.NET has a known issue, where it sometimes locks down a large .dll ... (microsoft.public.dotnet.framework.aspnet) - Re: whats different between asp application and web site
... "this means pages can not refer to each other", ... "Without an assembly making a reference to another that it wishes to use the ... all files in the appcode folder go into one dll. ... then the page implements the interface. ... (microsoft.public.dotnet.framework.aspnet) - Reg. Access Violation When Accessing STL Object between a DLL and
... we access a STL object created in one DLL or EXE through a pointer or ... reference in a different DLL or EXE ( ... Please refer the above mentioned article for more details. ... (microsoft.public.vc.stl) |
|