Open Teej42 opened 2 years ago
It'll throw a java.lang.ArrayIndexOutOfBoundsException: 4 on ClassEntity.getAppName() as it expects a Windows path format, instead of using an universal solution.
java.lang.ArrayIndexOutOfBoundsException: 4
ClassEntity.getAppName()
I am facing the same issue.
It works on my end.
System Version: macOS 14.6 (23G80) Kernel Version: Darwin 23.6.0
It'll throw a
java.lang.ArrayIndexOutOfBoundsException: 4
onClassEntity.getAppName()
as it expects a Windows path format, instead of using an universal solution.