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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
PhilHibbs
Creator II
Creator II

Using javax classes such as JsonObject and JsonObjectBuilder

How can I use the javax classes such as JsonObject and JsonObjectBuilder in tJava and tJavaRow components? I've tried adding javax.json and javax.json.* to the import list on the Advanced tab, but that doesn't seem to work.

Labels (2)
1 Reply
Anonymous
Not applicable

Hi
If it requires external jar file, you need to use tLibraryLoad to load it before tJava/tJavaRow component.

Regards
Shong