<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Java: How to run .jar files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983223#M718345</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm looking on the download page and and jEdit requires java 1.3 or 1.4.&lt;BR /&gt;&lt;BR /&gt;Try with java 1.3 and the option -jar.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Nicolas</description>
    <pubDate>Wed, 28 May 2003 11:58:30 GMT</pubDate>
    <dc:creator>Nicolas Portais</dc:creator>
    <dc:date>2003-05-28T11:58:30Z</dc:date>
    <item>
      <title>Java: How to run .jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983220#M718342</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I am working in a Compaq Tru64 UNIX V5.1A, with java, version java version "1.1.8-10". I am trying to install  a program .jar called  "jedit42pre1install.jar", from &lt;A href="http://www.jedit.org/index.php?page=download" target="_blank"&gt;http://www.jedit.org/index.php?page=download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am not able to run the .jar program. How can I do it ?&lt;BR /&gt;&lt;BR /&gt;the option java - jar is not available&lt;BR /&gt;&lt;BR /&gt;How do you run a .jar program ?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;jose</description>
      <pubDate>Wed, 28 May 2003 11:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983220#M718342</guid>
      <dc:creator>Jose_63</dc:creator>
      <dc:date>2003-05-28T11:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Java: How to run .jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983221#M718343</link>
      <description>jar is similar to tar.&lt;BR /&gt;&lt;BR /&gt;say jar -xvf &lt;FILE_NAME.JAR&gt; to extract the jar file.&lt;BR /&gt;&lt;BR /&gt;ideally you want to place the jar in the runtime library so that when you start the JVM it is available to you.&lt;BR /&gt;that is at $JAVA/jre/lib/ext&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;/FILE_NAME.JAR&gt;</description>
      <pubDate>Wed, 28 May 2003 11:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983221#M718343</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2003-05-28T11:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Java: How to run .jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983222#M718344</link>
      <description>hi,&lt;BR /&gt;  Check the version of java you are using.&lt;BR /&gt;&lt;BR /&gt;  I think java -jar.&lt;BR /&gt;&lt;BR /&gt;  you have to include the jar file in your CLASSPATH.  Then run the program by calling the class name which has the main function.  In this case, it will be jedit.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2003 11:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983222#M718344</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-05-28T11:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Java: How to run .jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983223#M718345</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm looking on the download page and and jEdit requires java 1.3 or 1.4.&lt;BR /&gt;&lt;BR /&gt;Try with java 1.3 and the option -jar.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Nicolas</description>
      <pubDate>Wed, 28 May 2003 11:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983223#M718345</guid>
      <dc:creator>Nicolas Portais</dc:creator>
      <dc:date>2003-05-28T11:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Java: How to run .jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983224#M718346</link>
      <description>I am just adding a comment to the jar being like tar command.&lt;BR /&gt;jar may not be in your path.&lt;BR /&gt;It is not an unix command.&lt;BR /&gt;A .jar file that is extracted does not set any file&lt;BR /&gt;executable.&lt;BR /&gt;This is not a problem with java command executions but,&lt;BR /&gt;some vendirs then instruct you to run "setup" or "install" and this will require the &lt;BR /&gt;called scripts to require "x" in some cases.&lt;BR /&gt;Shell command scripts require this,&lt;BR /&gt;Java command jars do not.&lt;BR /&gt;&lt;BR /&gt;Just general information.&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;</description>
      <pubDate>Thu, 29 May 2003 12:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-how-to-run-jar-files/m-p/2983224#M718346</guid>
      <dc:creator>Tony Willis_1</dc:creator>
      <dc:date>2003-05-29T12:35:06Z</dc:date>
    </item>
  </channel>
</rss>

