Re: OT, where is jar

2008-09-23 Thread Sharninder
> > Where can I find the 'jar' command? > > It used to come with the java package, but I have all necessary java > packages: > you need the complete JDK. The package is called sun-java-jdk6 or something. Regards, Sharninder -- http://nomadicrider.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: OT, where is jar

2008-09-23 Thread Mark Allums
Mirco Piccin wrote: Sorry, maybe i've not understand well On Tue, Sep 23, 2008 at 12:06 PM, Mirco Piccin <[EMAIL PROTECTED]> wrote: Hi Where can I find the 'jar' command? It used to come with the java package, but I have all necessary java packages: if you need to run .jar file, use this c

Re: OT, where is jar

2008-09-23 Thread Mirco Piccin
Sorry, maybe i've not understand well On Tue, Sep 23, 2008 at 12:06 PM, Mirco Piccin <[EMAIL PROTECTED]> wrote: > Hi > >>> Where can I find the 'jar' command? >>> >>> It used to come with the java package, but I have all necessary java >>> packages: if you need to run .jar file, use this command:

Re: OT, where is jar

2008-09-23 Thread Mirco Piccin
Hi >> Where can I find the 'jar' command? >> >> It used to come with the java package, but I have all necessary java >> packages: I don't know if jar is a command; usually i use "java -jar ..": # java -jar file.jar It works. Regards M -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Re: OT, where is jar

2008-09-14 Thread Nyizsnyik Ferenc
On Sun, 14 Sep 2008 23:52:18 +0900 Osamu Aoki <[EMAIL PROTECTED]> wrote: > On Sat, Sep 13, 2008 at 03:54:22AM +, T o n g wrote: > > Hi, > > > > Where can I find the 'jar' command? > > > > It used to come with the java package, but I have all necessary > > java packages: > > > > ii java-comm

Re: OT, where is jar

2008-09-14 Thread Osamu Aoki
On Sat, Sep 13, 2008 at 03:54:22AM +, T o n g wrote: > Hi, > > Where can I find the 'jar' command? > > It used to come with the java package, but I have all necessary java > packages: > > ii java-common Base of all Java packages > ii java-package utility for building Java(TM) 2 related De

Re: OT, where is jar

2008-09-12 Thread nate
T o n g wrote: > Hi, > > Where can I find the 'jar' command? http://packages.debian.org/search?searchon=contents&keywords=bin%2Fjar&mode=path&suite=stable&arch=any Looks like your best bet is the jdk http://packages.debian.org/etch/sun-java5-jdk nate -- To UNSUBSCRIBE, email to [EMAIL PROTEC