Illegal Char <*> error in jar path [message #1824270] |
Sat, 11 April 2020 16:19  |
Eclipse User |
|
|
|
Trying out with SoapUI, getting this for any and all jar files associated with any Java project I create
"An error has occurred. See error log for more details.
Illegal char <*> at index 50: C:\Program Files (x86)\SmartBear\SoapUI-5.5.0\lib\*.jar"
The jar file names themselves are not *.jar obviously.
|
|
|
|
Re: Illegal Char <*> error in jar path [message #1824280 is a reply to message #1824277] |
Sun, 12 April 2020 15:26   |
Eclipse User |
|
|
|
It did appear to happen when I tried to add multiple External JARs at the same time.
Going through one by one doesn't mess up the path.
In that case, when going through the Java Build Path > Library, is there a way to add all JARs from a directory without having to add and apply each one individually?
Attachment: jars.png
(Size: 54.47KB, Downloaded 178 times)
|
|
|
|
|
|
Re: Illegal Char <*> error in jar path [message #1824289 is a reply to message #1824287] |
Mon, 13 April 2020 04:02   |
Eclipse User |
|
|
|
I was able to add 101 just now, so no I don't think there is a limit. The message suggests there is still a file with a *.jar specified in it. This information is stored in each project in <project>/.classpath. This file is hidden by default. Use the view menu icon (the vertical ... ) and use Filter... to not hide ".* resources". Then you can use Search -> File... to search for "*"; you'll need to escape it, i.e., search for "\*" in files named .classpath.
|
|
|
|
Powered by
FUDForum. Page generated in 0.08675 seconds