I tried to test Hawk sample program ConsoleApp, I executed the shell list below on aix platform,
I have added \hawk\lib\util.jar
into project external jar, but error message keep showing.
anyone could give advice ?
I tried to test Hawk sample program ConsoleApp, I executed the shell list below on aix platform,
I have added \hawk\lib\util.jar
into project external jar, but error message keep showing.
anyone could give advice ?
Looks it is trivial issue with
classpath
. Can you add below path to existingclasspath
and try?$CLASSPATH:$TIBCO_HOME/designer/<version>/hawk/<version>/lib:
Note to replace the variables in the above.