[sword-devel] FlashCards and Fonts

Tonny Kohar tonny.kohar at gmail.com
Tue Jan 13 21:58:22 MST 2009


Hi,

On Tue, Jan 13, 2009 at 8:44 PM, David Haslam <d.haslam at ukonline.co.uk> wrote:
>
> Some (free) ZIP utilities can open JAR files for file extraction uses, but
> don't include the same ZIP format for making them.  For example, IZArc is
> like this.
>
> I have a vague recollection that the last time I succeeded in reZIPping a
> JAR file, I used 7-Zip.
>
> However, if anyone has a more definitive answer, I will bow to their
> superior knowledge.
>

I do not know about external zip utilities, but for Java Program (is
FlashCard is java program?), I usually use the jar command (it come
with Java SDK) to bundle things into jar file. The command is very
simple
"jar cvfm output.jar -C someFolder/ ."


Cheers
Tonny Kohar
--
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com



More information about the sword-devel mailing list