Within VisualAge environment I get "UnsatisfiedLinkError" when I try to load a dll. Exactly same Java code and dll work OK in MS VJ++. Where should I put the dll in VAJ (3.02) to get it loaded (I've already tried in ide/program, project_resources, in PATH,etc.)? I built the dll with MS VC++ 6.0 at command line.
Created May 4, 2012
Praveen Nagaraj Did you create a new header file for the new environment?.Just check it may be different as the base classes in VisualAge and VJ++ may be different. So generate the new header file and use the new header file in your C++ file to generate the dll.