cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with JCO: no ivjsij35 in java.library.path

Former Member
0 Kudos

Hello,

when i start the Application, i become this Exception:

Ein nicht behebbarer Fehler des Typ java.lang.UnsatisfiedLinkError:
no ivjsij35 in java.library.path trat innerhalb der 
nativen Methode netscape.security.PrivilegeManager.enablePrivilege(String) 
auf.
Die Ausnahmebedingung trat in Methode getSingleInstance() 
des JniSettings-Objekts auf <com.ibm.sap.bapi.jni.JniSettings@1372a1a
tracefile 
     = "null"
alloctracefile = "null"
rfctracemode   = "0"
sapgui         = "0"
abapdebug      = "0"
charencoding   = "default <Cp1252>"

another post tell i need the sap.rar for this requiered dlls:

ivjsid35.dll

ivjsij35.dll

librfc32.dll

I Use local windows xp.

thx for Help

Edited by: Marcus Zajer on Dec 11, 2008 10:38 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192434
Active Contributor
0 Kudos

Hi

Locate the DLL32 folder. This folder should contain one or more DLLs. Each of these DLLs represents an index file format (FoxPro, dBASE, Clipper). Select the DLL that corresponds to your preferred index format. Rename that DLL to cb.dll and place it in your the library path. To determine your library path, you can run this piece of code:

Check this link aslo

http://support.dtsearch.com/dts0198.htm

Thanks

Former Member
0 Kudos

Hello, thx for answers

i have adding the directory with the dll to the java.lib.path.

my problem is, i miss the files:

ivjsid35.dll

ivjsij35.dll

librfc32.dll

I can connect SAP with JCO, SAP can´t connect my RFC-Server.

I start my Application (RFC-Server) and this throw the Exception "java.lang.UnsatisfiedLinkError:

no ivjsij35 in java.library.path"

Former Member
0 Kudos

Hello Anup,

i add the folder to the java.lib.path.

only i need the requiered dll.

i don´t found it anyway.

in another forum i find a post, the missing dll are in sap.rar.

i dont find the sap.rar other the dlls.

can you say where i find it?

thx