
I refined the problematic point and it happens on the 1st Set a variable screen. My only problem is when I'm building and running our installer from JENKINS with silent mode (-q), I'm always getting this UndefinedVariableException.
#TINYUMBRELLA INSTALL4J ERROR CODE#
Moreover, I've also tried debugging my code to be sure and it seems OK.


I checked my code on multiple Linux environments and the variable is defined just fine with the java home path. Later on - I defined Run executable or batch file action in which I'm getting the java version using the installer previous linuxJavaHome variable.I defined a Set a variable action in which I'm getting the $JAVA_HOME path if exists and set it to linuxJavaHome variable.
#TINYUMBRELLA INSTALL4J ERROR WINDOWS#
I know there has been a bug on this subject, but it seems I'm still getting this error when the installer running on Linux environment (on windows it working fine).
