Thanks but now I got other error message.... that is why I hate Windows,Java and moderns programs.
PS: I now when I recently get installed JAVA it was just a partial install because the java installer warning up about my old Operating System.
I see, that error is because I compiled with a Java version newer than the one you have in your Windows machine. I'll try to download an older version of Java later and recompile. Thanks a lot for your patience, and sorry again for this being more complicated than it should!
Ok, one last try. I compiled with Java 8 now instead of Java 10 
Same link as before:
https://github.com/santiontanon/animation2msx/releases/tag/1.0
damn, it seems to be a path issue again. The "/" vs "\" in unix vs Windows. Will fix this after work
Hey @axelito, I just had time to look into this. I updated the release here: https://github.com/santiontanon/animation2msx/releases/tag/1.1
That version should work now (I hope!), but I think the version you have should also work, since from your picture I just noticed that you have the paths specified like this in the arguments "examples/flag", but notice that in Windows, you need to use the backslash "\", instead of the forward slash "/". So, if you just change that the way you call it, it should work. But in any case, in the new version I have added a check, so that if you pass Unix style paths, they should also work on Windows :)
Thanks Santiago, now it work flawless. The Backslash give us a really headache eh.
Very impressive algorithm it allow me to learn more thanks again.
hahaha, awesome! And no problem, thanks a lot for the patience, and for reporting the issues!

