<?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 jar files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980596#M718290</link>
    <description>Hello: &lt;BR /&gt;&lt;BR /&gt;   When I make a jar -tvf of some files I see the following:&lt;BR /&gt;&lt;BR /&gt;  name.class&lt;BR /&gt;  name$1.class&lt;BR /&gt;  name$2.class&lt;BR /&gt; &lt;BR /&gt;  Does any of you know what means the $1, $2 ... after the name of the files.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mario.&lt;BR /&gt;</description>
    <pubDate>Fri, 23 May 2003 08:24:47 GMT</pubDate>
    <dc:creator>oiram</dc:creator>
    <dc:date>2003-05-23T08:24:47Z</dc:date>
    <item>
      <title>jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980596#M718290</link>
      <description>Hello: &lt;BR /&gt;&lt;BR /&gt;   When I make a jar -tvf of some files I see the following:&lt;BR /&gt;&lt;BR /&gt;  name.class&lt;BR /&gt;  name$1.class&lt;BR /&gt;  name$2.class&lt;BR /&gt; &lt;BR /&gt;  Does any of you know what means the $1, $2 ... after the name of the files.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mario.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2003 08:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980596#M718290</guid>
      <dc:creator>oiram</dc:creator>
      <dc:date>2003-05-23T08:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980597#M718291</link>
      <description>You get one of those "name$n.class" files for each anonymous inner class of class "name".</description>
      <pubDate>Sat, 24 May 2003 18:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980597#M718291</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2003-05-24T18:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980598#M718292</link>
      <description>HI Mario,&lt;BR /&gt;&lt;BR /&gt;How to create a JAR file&lt;BR /&gt;&lt;BR /&gt;To make a JAR file:&lt;BR /&gt;&lt;BR /&gt;JAR CVF my.jar *.class&lt;BR /&gt;&lt;BR /&gt;You have to indicate which class is the entry point in the JAR file. You are doing this by adding a Main-Class header to the JAR file's manifest. The header takes the form:&lt;BR /&gt;&lt;BR /&gt;Note: Note classes with the name *$1.class is automatically created when you compile. These files must be included in the JAR file.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Sat, 24 May 2003 18:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980598#M718292</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-05-24T18:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: jar files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980599#M718293</link>
      <description>&lt;BR /&gt; Hi,&lt;BR /&gt;&lt;BR /&gt; One more thing:&lt;BR /&gt;&lt;BR /&gt; You can re-create the .class file again in case you loose them. Just recompile the .java files and create jar files if you want to.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 25 May 2003 05:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jar-files/m-p/2980599#M718293</guid>
      <dc:creator>Khalid A. Al-Tayaran</dc:creator>
      <dc:date>2003-05-25T05:43:59Z</dc:date>
    </item>
  </channel>
</rss>

