cancel
Showing results for 
Search instead for 
Did you mean: 

change for java mapping

Former Member
0 Kudos

Hi All,

We are using java mapping for one scenarion, where we got some problem then I did a small correction in .java file.

Could anyone please let me know how to make use of these changes.

Thanx,

Sridhar

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

After changes...Compile it..and import again with updated class file ( Claas file will be created when you complie the Java code )

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Doss,

thanx for ur reply.

I used NWDS and get the .class file for new .java file. and zipped the new java * class files. Now it is working without any issue.

thanx,

Kumar

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Save the changes to the calss. Create a Jar file for the compiled file. Export these jar file to IR in External Object menu item. Use these objects in mapping.

VJ