Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
Description
On a ClassNotFoundException, we get
[error] %s The class may not exist in this Java JVM version (%s),or it is missing from the classpath which iscom.missing.class
rather than the intended
[error] com.missing.class The class may not exist in this Java JVM version (1.8.0_232-ea), or it is missing from the classpath which is: ...[classpath details]...
due to improper separation of a string to be formatted