Looking for a jar manager in java.

G

Guest

I'm looking for a jar manager o.s.-free in java. I need to read and
manipulate jar contents even changing (adding, renaming and deleting) files
inside (resources and ".class" file) e.g. exporting a "class" object inside
it.

Thank you.
 
O

Oscar kind

@ said:
I'm looking for a jar manager o.s.-free in java. I need to read and
manipulate jar contents even changing (adding, renaming and deleting) files
inside (resources and ".class" file) e.g. exporting a "class" object inside
it.

Why does a standard zip utility not suffice? A .jar file is, after all, a
..zip file with a specially structured content.
 
T

Tarlika Elisabeth Schmitz

Hello @,

@ said:
I'm looking for a jar manager o.s.-free in java. I need to read and
manipulate jar contents even changing (adding, renaming and deleting) files
inside (resources and ".class" file) e.g. exporting a "class" object inside
it.

If you're working on Linux, try Midnight Commander. You can open jar
files and edit contents without having to unjar/jar! It's absolutely
fantastic (don't be fooled by the primitive interface).

--


Regards/Gruß,

Tarlika Elisabeth Schmitz
 
G

Guest

Thankx to all.

Anyway what I need is a package to be included in a wider project. So
graphic interfaces aren't needed or wanted. And yes... I think a zip would
be good too.
 
T

Thomas Kellerer

Thankx to all.

Anyway what I need is a package to be included in a wider project. So
graphic interfaces aren't needed or wanted. And yes... I think a zip would
be good too.

Ant has a jar "utility" built in as well.

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top