Forum Discussion

bolleypallyvija's avatar
bolleypallyvija
New Member
5 years ago

"java: Illegal char <*> at index 7: ../lib/*.jar" when maven project JDK updated to 11(or)13 from 8

Im using below dependacy to run soapUI tests from java class 

<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui</artifactId>
<version>5.4.0</version>

 it is working fine when project JDK is 8 when i upgrade it to 11 or 13 compilation failing with error "Error:java: Illegal char <*> at index 7: ../lib/*.jar"

Mvn version 3.6.1

Java version: 13.0.1