cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading a Class File

Former Member
0 Kudos

Hi,

I have created a Java program and genarated a Jar for the same.I have imported the same jar on to PI under Imported archives.How to import the Class file into UDF , As i am facing problems while trying to do the same in to the UDF

Thanks,

Kiran

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

if you are using JAVA program to do the mapping from source to target structure, then you do not need to do graphical mapping so no UDF is required in this case............

if you have created a JAVA program to do some functionality and so want to use this JAVA class file in a UDF, then i will advise you to take the complete source-code of your JAVA proagram in your UDF.... But suppose you want to have a JAVA class file and want to import it in a UDF, then in your UDF write import statement with complete package and JAVA class name....................

Regards,

Rajeev Gupta