Forum Discussion
- AlexKaras
Champion Level 3
Hi,
It is my understanding that TestComplete just passes the call to create some Java class to Java runtime. Thus you must use Java means to let Java runtime know where to look for the dependent JARs. (Maybe put all of them into the same folder, or specify CLASSPATH environment variable, or via some other means that your developers may provide you with.)