| Message: 94846 |
 |
BY: arton Tajima (arton) DATE: 2010-09-15 12:28 SUBJECT: RE: RJB-NoClassDefFoundError on import JAVA class Hi, in Windows that JVM is in, it's required to use the directory separator "\" not "/".
So you may set as
c = "c:\\robotium\\robotium-solo-1.7.1.jar;c:\\robotium\\robotium-solo-1.7.1-javadoc.jar"
Regards | |