<?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 Java classes.zip in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605226#M233537</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Our system running on HP-UX 11i. One of the developer asking me where is the classes.zip because they got an error on library when they compile their application. &lt;BR /&gt;&lt;BR /&gt;I don't know much about Java. Is this file supposed to be in the Java SDK? Or should I just point a system variable to the correct path?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Iwan</description>
    <pubDate>Tue, 16 Aug 2005 21:05:04 GMT</pubDate>
    <dc:creator>irt_1</dc:creator>
    <dc:date>2005-08-16T21:05:04Z</dc:date>
    <item>
      <title>Java classes.zip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605226#M233537</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Our system running on HP-UX 11i. One of the developer asking me where is the classes.zip because they got an error on library when they compile their application. &lt;BR /&gt;&lt;BR /&gt;I don't know much about Java. Is this file supposed to be in the Java SDK? Or should I just point a system variable to the correct path?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Iwan</description>
      <pubDate>Tue, 16 Aug 2005 21:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605226#M233537</guid>
      <dc:creator>irt_1</dc:creator>
      <dc:date>2005-08-16T21:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Java classes.zip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605227#M233538</link>
      <description>Specify the servlet Java virtual machine's (JVM's) classpath. Any servlets that are in this classpath can be loaded by the servlet engines. This directive must contain the path to the JDK core class files (classes.zip) and the path to the server's class files (icsclass.zip).&lt;BR /&gt;&lt;BR /&gt;The format of this directive is:&lt;BR /&gt;HP-UX:&lt;BR /&gt;JavaClassPath directory:directory:...directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;HP-UX:&lt;BR /&gt;JavaClassPath  JAVA_HOME/lib/classes.zip:&lt;BR /&gt;/opt/GOServer/internet/server_root/cgi-bin/icsclass.zip:/&lt;BR /&gt;/opt/GOServer/internet/server_root/servlets/public&lt;BR /&gt;&lt;BR /&gt;Note: The directive must be typed on one line, even though it might be shown here on more lines.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Aug 2005 21:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605227#M233538</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-16T21:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Java classes.zip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605228#M233539</link>
      <description>Add it in your Classpath variable&lt;BR /&gt;&lt;BR /&gt;CLASSPATH=$CLASSPATH:Path_of_Classes.zip&lt;BR /&gt;&lt;BR /&gt;It will be there in your java installation folder.</description>
      <pubDate>Tue, 16 Aug 2005 23:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605228#M233539</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-08-16T23:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Java classes.zip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605229#M233540</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. But I can not find the classes.zip file itself. What kit I should install? I have install the SDK 1.5 but can not find any. &lt;BR /&gt;&lt;BR /&gt;Iwan&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 01:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605229#M233540</guid>
      <dc:creator>irt_1</dc:creator>
      <dc:date>2005-08-17T01:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Java classes.zip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605230#M233541</link>
      <description>Tried find&lt;BR /&gt;&lt;BR /&gt;find / -name classes.zip&lt;BR /&gt;&lt;BR /&gt;By the way a .zip file on a UNIX platform?&lt;BR /&gt;Sounds something interesting.</description>
      <pubDate>Wed, 17 Aug 2005 02:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605230#M233541</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-08-17T02:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Java classes.zip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605231#M233542</link>
      <description>The file named "classes.zip" seems to be a part of Java 1.1.8 SDK. I think the naming changed way back when Java 1.2 series began. You should suggest the developer that the Java version he/she is trying to use is all but obsolete.&lt;BR /&gt;&lt;BR /&gt;HP End-Of-Lifed Java 1.1 series in Oct 2002.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 05:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605231#M233542</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2005-08-17T05:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Java classes.zip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605232#M233543</link>
      <description>classes.zip was in older versions of jdk, now it is replaced with rt.jar (Runtime.jar) under &lt;BR /&gt;/opt/java/jre/lib&lt;BR /&gt;export CLASSPATH=$CLASSPATH:&lt;JAVA_HOME&gt;/jre/lib/rt.jar&lt;/JAVA_HOME&gt;</description>
      <pubDate>Wed, 17 Aug 2005 07:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-classes-zip/m-p/3605232#M233543</guid>
      <dc:creator>machoq1</dc:creator>
      <dc:date>2005-08-17T07:17:23Z</dc:date>
    </item>
  </channel>
</rss>

