UnsatisfiedLinkError

Hi,

When I try to run the java program, it is showing the below error.

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\10giDS\BIN\frmjapi

.dll: The specified procedure could not be found

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)

at java.lang.Runtime.loadLibrary0(Runtime.java:823)

at java.lang.System.loadLibrary(System.java:1030)

at oracle.forms.jdapi.Jdapi.<clinit>(Unknown Source)

at FormsCompiler.main(FormsCompiler.java:10)

Has anyone faced such issue? Please let me know the cause of it.

Urgent

Regds,

Nandakumar

[767 byte] By [nandakumar.ra] at [2007-11-27 8:45:27]
# 1
God forbid you post any relevant code, don't mark your message as "urgent", and READ THE API: http://java.sun.com/javase/6/docs/api/index.html?java/lang/UnsatisfiedLinkError.html
Djaunla at 2007-7-12 20:46:36 > top of Java-index,Java Essentials,Java Programming...
# 2
HiWhatever it is that you're running your app from, its missing the dll file. my guess is that it not in the right folderHTH:)
monk3ya at 2007-7-12 20:46:36 > top of Java-index,Java Essentials,Java Programming...
# 3
Hi,Thanks for your reply. But I couldn't get any solution in that API. Could you please help me. May be I am not clear on this.Regds,Nandakumar
nandakumar.ra at 2007-7-12 20:46:36 > top of Java-index,Java Essentials,Java Programming...
# 4

The only google hit on frmjapi.dll appears to be an Oracle Library. It's nice that you mentioned that you were using Oracle, otherwise we would have had no idea what you were using.

The simple solution is to make sure you installed it in the place that your application thinks it is. Search your computer for that file.

If you are not able to find the file, or are not able to understand what I am saying, then proceed to http://forums.oracle.com

- Bhen Chod

robtafta at 2007-7-12 20:46:36 > top of Java-index,Java Essentials,Java Programming...