I try to obfuscase my JAR file in Windows by yGuard but classes in the same package are renamed to the same name (ignored case).
Ex.: MyCookieUtils.class => A.class MyFormatterUtils.class => a.class
Windows can recognize only one file with name A.class or a.class in a folder, the other is overrided. So it cannot run after obfuscation code :(
Anyone can help? Thanks