Cant extract a .jar file

Need help.

Can you give me tips how i can extract this Login.jar…

any commands to extract this.?

I think ark should open it. JSR files are Java archive files.

Hi,

“jar -xvf Login.jar”

should do the trick


Regards,
Barry D. Nichols

On Mon, 23 May 2011, ksmedina18 wrote:

>
> Need help.
>
> Can you give me tips how i can extract this Login.jar…
>
> any commands to extract this.?
>
>
> –
> ksmedina18
> ------------------------------------------------------------------------
> ksmedina18’s Profile: http://forums.opensuse.org/member.php?userid=58297
> View this thread: http://forums.opensuse.org/showthread.php?t=460303
>

Any other options? to extract it…?

That would extract it. What output do you get?


Regards,
Barry D. Nichols

On Mon, 23 May 2011, ksmedina18 wrote:

>
> Any other options? to extract it…?
>
>
> –
> ksmedina18
> ------------------------------------------------------------------------
> ksmedina18’s Profile: http://forums.opensuse.org/member.php?userid=58297
> View this thread: http://forums.opensuse.org/showthread.php?t=460303
>

bash: jar: command not found

ksmedina18 wrote:

>
> bash: jar: command not found
>
That means you have no java development package installed. But instead of
doing that. Rename the .jar file to .zip and unpack it as zip file.
A .jar file is nothing but a ordinary .zip file with a special structure
inside.


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.3 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram

Dear ksmedina18,

Please be more talkative about what you are doing. And about what you have. It should not be nesescary to aks you for every little bit of information. You could have told immediatly after you tried

jar -xvf Login.jar

what happened. Also it would be very nice if you told from the beginning what openSUSE level you use. I for example have 11.2 and on my system there is no problem finding this tool:

henk@boven:~> which jar
/usr/bin/jar
henk@boven:~>

but I would not post this when you tell you use 11.3.

Thanks for giving that tip about .zip

It works. :))

Told you that ark would open it. I don’t think you need to rename it just right click and open with ark or most any archive software. Renaming it just changes the applications associated with that extension.

gogalthorp wrote:

>
> Told you that ark would open it. I don’t think you need to rename it
> just right click and open with ark or most any archive software.
> Renaming it just changes the applications associated with that
> extension.
>
Of course no real need to rename it, just a quick and dirty trick if someone
cannot find “open with”. :wink:


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.3 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram