I\'m trying to create a Zip file from .Net that can be read from Java code.
I\'ve used SharpZipLib to create the Zip file but also if the file generated is valid acc
Can't help with SharpZipLib, but you can try to create zip file using ZipPackage class System.IO.Packaging without using 3rd part libraries (requires .NET 3+).