Re: [ANN] Where is M13?



Hi Florian,
Florian wrote:
I downloaded the WhereIsM13.jar, unzipped and couldn't find a binary
to execute either (Linux). The Mac OS X version worked fine.



How did you unzip a .jar file? I'd think Linux, with Java installed, should run the .jar okay.

Jar files are Java ARchives. A lot of archive managers can open them and examine or extract files contained in the jar. Unfortunately, some such archive managers will grab the jar extension by default (usually you can prevent it). This breaks the association with the JVM, so when you double-click on the jar, the archive is opened by the archive manager. In this case, it's necessary to explicitly run the java -jar command from a shell.


Best Regards,
John.
.



Relevant Pages

  • Re: How to update a jar file for one source file change?
    ... I'm new to java, so, I may get terminilogy wrong, bear with me. ... we've got a BIG jar file that includes thousands of classes. ... updated java source code was not being used. ...
    (comp.lang.java.programmer)
  • Re: Running java programs from class files
    ... java -classpath /xyz/abc MyPackage.MyClass ... But put it in a package and it won't. ... So now that you solved that one, show me how to use a jar library on the ... line in the manifest and put the jar file in the same ...
    (comp.lang.java.programmer)
  • Re: please help me
    ... I have a jar file which I want carried out since an interface java ... But the window of the file launches out and is established after a few ... Windows) or a Java Frame or JFrame? ...
    (comp.lang.java.programmer)
  • Re: license question?
    ... And i will include that GPL jar file into my jar file. ... -In Java, it would probably be considered a static link. ...
    (comp.lang.java.programmer)
  • Re: license question?
    ... And i will include that GPL jar file into my jar file. ... -In Java, it would probably be considered a static link. ...
    (comp.os.linux.misc)