Forum Discussion
- nmraoChampion Level 3Hmm.. This is strange. Not sure if this is jdk bug.
Related Content
- 5 years ago
Recent Discussions
- 15 years ago
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