The Zipper.jar is built for cross platform projects based on the B4XPages or X2 structure.
There is no reason to use it with non-cross platform projects. Just use File - Export as zip.
@Erel a couple of questions regarding the ide links;
1. Can we only use jar files or can we use any executable?
2. Is the source for Zipper available? Is this a B4X executable or Java?
3. Are there any special return values we need to be aware of in the executable (ge return 0 for OK, 1 for fail etc)
Currently there are two types of ide:// links: run - Runs an external program (as demonstrated above). There are several options that control the IDE behavior. goto - jumps to a sub or a line. Example: Public Sub Initialize 'See ide://goto?Module=StatusView&Sub=SetTopText for more information...