Chris_Moesel
18 years agoOccasional Contributor
Accessing custom jars from within groovy
If I use soap ui pro from the default install directory, my groovy scripts cannot load my custom jars. In the groovy log, I get the following error:
Wed Nov 21 09:37:27 EST 2007:ERROR:java.lang.AssertionError: java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/eviware/soapUI-Pro-2.0-beta1/bin/ext/iws-assets-integration-tests-1.1.2-BETA-jar-with-dependencies.jar
It looks like the space is screwing it up. I can fix the problem by moving the installation to a new path that doesn't contain spaces.
Wed Nov 21 09:37:27 EST 2007:ERROR:java.lang.AssertionError: java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/eviware/soapUI-Pro-2.0-beta1/bin/ext/iws-assets-integration-tests-1.1.2-BETA-jar-with-dependencies.jar
It looks like the space is screwing it up. I can fix the problem by moving the installation to a new path that doesn't contain spaces.