How can I import a java package inside a tJavaRow component? I am aware that I can use the fully qualified name of the class I wish to use, but the code becomes a mess and unreadable very quickly. But clearly, simply writing "import java.util.regex" for example won't work as the import statement is written right in the middle of the java-code.
Hello exhuma
You can create a new routine for your code and import a Java package in this routine, then use this routine in tJavaRow.
Best regards
shong