openlvc / disco

Java library for Distributed Interactive Simulation
11 stars 3 forks source link

Change inaccurate warning about missing jar files #48

Closed jarrodgreene closed 2 years ago

jarrodgreene commented 3 years ago

Warnings were being logged when using HLA because of missing the needed rti jar files. However multiple possible locations were being checked, each of which would produce an unneeded warning if not present. Now a warning is only logged if none of the locations have the jar file

Fixes: CNR-1910