IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  java build path - set class path in WTX

    Posted 11/02/11 05:22 AM

    Originally posted by: gspvish


    I wish to use a .class file from my mapping rule using JEXIT.
    1. How to set the java class path in WTX 8.2
    2. Can the .class file be placed in the working directory itself

    Please advise. Thank you.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: java build path - set class path in WTX

    Posted 11/02/11 09:27 PM

    Originally posted by: gspvish


    Is anything like "setting class path" required in WTX to run the java class file, just like we do in JAVA. ?
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 3.  Re: java build path - set class path in WTX

    Posted 11/06/11 09:48 AM

    Originally posted by: Dhiren.Ghelani


    it depends on how you are running TX. try setting your system classpath up and it should work. also the ini file under config of your tx installation has a section for external jar files. try using that.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 4.  Re: java build path - set class path in WTX

    Posted 11/09/11 06:18 AM

    Originally posted by: SystemAdmin


    Hello Vishnu,

    Placing the class files in the same directory would not help. you need to configure the classpath in the External Jar Files section of dtx.ini file.

    Sample from my environment:
    External Jar Files
    jar1=C:\myfolder\jars\lib\jaxp-api123.jar

    After changing the properties in dtx.ini a restart of the Design Studio is required for the properties to take effect.
    Let me know if you need any more information.

    Thanks,
    Ismail
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender