Community
Participate
Working Groups
The TmfTrace.initTmfTrace() method extracts the trace name from the trace path using the File.separator constant. In Windows, this is the backslash character. But the trace path is taken from the resource URI, which uses a slash separator on all platforms. The solution is to use the Path.SEPARATOR constant instead.
Pushed to master branch. commit b94040d77a41a5bbbe00c296b9792536913dd5a8
Delivered in 0.10.0