You are not logged in.
Pages: 1
I just decided to try hacking one of firefox's themes. I extracted theme's .jar file, made my modifications and now i'm not sure how to repack the .jar. Have fastjar installed, "but fastjar -c /home/mirosol/Desktop/kdeff-0.4-fx/*.* test.jar" doesn't do anything.. I guess my noobism shows in this that i don't know how to use fastjar...
So. Is there any way to make java archives in some gui-based app, or is there something in fastjar commandlinetool i don't understand.. Tried 7zip, ark and archive manager. Those don't seem to know how to make jars...
Thank you in advance.
Last edited by mirosol (2008-01-10 16:32:22)
GaragePunkRock'n'Roll!!!
Offline
There is a jar utility in j2sdk AFAIK if you search for something else.
With fastjar, the following should work:
fastjar -cf test.jar $YOURDIR/*
extracting should work with
fastjar -xf test.jar
You can customize it of course if you need a slightly different structure inside your jar
Last edited by pressh (2008-01-10 16:00:45)
Offline
Thanks.
GaragePunkRock'n'Roll!!!
Offline
Pages: 1