cancel
Showing results for 
Search instead for 
Did you mean: 

Linkage error occured when loading javaclass into InterfaceMapping

Former Member
0 Kudos

Hi All,

i created java file having input xml and output xml file,i made it as one .jar file ,i imported that one into IntegrationRepository in importedArchive,when i call that .class file into InterfaceMapping iam getting this error, Linkage error occured when loading javaclass . how to solve this one

regards,

jasmine

Accepted Solutions (0)

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Where you developed your Java Class and .jar file? there make sure using Java version 1.4

prateek
Active Contributor
0 Kudos

Make sure thatwhen you developed your java class, it was on jdk 1.4.xx version.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

iam using jdk1.4.2

still iam not able to activate the interfacemapping ,iam getting this error

Linkage error occurred when loading class JavaMapping (http://myxmlnamespace, 21279630-c687-11dd-9b90-db1010109e85, -1)

here JavaMapping is my java class name

while activating the interfacemapping iam getting this error.

regards,

jasmine

prateek
Active Contributor
0 Kudos

Other reason could be improper jar formation. e.g. if you have used package name, then the package heirarchy must be proper. Also check SAP Note 755302.

Regards,

Prateek