Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am new to Talend Open Studio, just I have downloaded Version: 5.6.0M1(Build id: r118307-20140604-0708), and I tried to build a simple Java custom component import with custom logic Test.jar.
I copied tReplace and import Test.Jar, tried to create object for our custom class like com.org.TestCls t=new com.org.TestCls()
When run job with tReplace component, getting below error
xecution failed : Failed to generate code.
[color=maroon][size=2][font=Courier][----------[/font][/size][/color]
1. ERROR in D:\New folder (2)\TOS_DI-r118307-V5.6.0M1\TOS_DI-r118307-V5.6.0M1\workspace\.JETEmitters\src\org\talend\designer\codegen\translators\custom_code\TJavaBeginJava.java (at line 30)
com.org.TestCls t=new com.org.TestCls();
^^^^^^^
com.org cannot be resolved to a type
----------
2. ERROR in D:\New folder (2)\TOS_DI-r118307-V5.6.0M1\TOS_DI-r118307-V5.6.0M1\workspace\.JETEmitters\src\org\talend\designer\codegen\translators\custom_code\TJavaBeginJava.java (at line 30)
com.org.TestCls t=new com.org.TestCls();
^^^^^^^
com.org cannot be resolved to a type
----------
[color=maroon][size=2][font=Courier]2 problems (2 errors)][/font][/size][/color]
I have tried adding a tLibraryLoad node with the jar specified in the basic settings
Not working kindly help me