Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Editor or compiler to highlight code in (*.javajet) files

Hi All,
Is there any editor (or compiler) to highlight the jet tags <% and %> and codes in the (*.javajet) files when customising talend component ?
Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi  
We usually use Notepad++ or Eclipse to write the javajet files.
Regards
Shong
_AnonymousUser
Specialist III
Specialist III

Hi  
We usually use Notepad++ or Eclipse to write the javajet files.
Regards
Shong

I also use Eclipse to build javajet, it is easy for the codegeneration.
But Im still stuck on how to import the talend libraries. I have imported most of them from the Talend installation folder but for example, CodeGeneratorArgument from org.talend.designer.codegen.config cannot be resolved. Is there some decent Maven import or something where I can just pull the whole org.talend lib?