Is there a simple way to print output to the log window in the Java engine? For example, in assigning context variable values, I would like to print the newly assigned variable to the log window. How can this be accomplished?
you can use one of the tJava components (tJava, tJavaFlex, tJavaRow) (usually I use tJavaRow, but there are times you need to use the other two) and do a System.out.print(); or System.out.println(); command, with the information you want example: I start a lot of my jobs with a tJava component with the following code, to print out the Job Name to the console