<?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 SDK: What are IA64N and IA64W in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-sdk-what-are-ia64n-and-ia64w/m-p/4863858#M397209</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some basic questions I cannot find the answers too. I downloaded and installed the Java 1.4 SDK. It has support for OSes 11iv1, 11iv1.6 and 11iv2. The bin directory has 3 subdirectories named PA_RISC, IA64N and IA64W. I assume the PA_RISC directory is for 11iv1. So, which directory maps to 11iv1.6 (and 11iv2)?&lt;BR /&gt;&lt;BR /&gt;Another thing I cannot figure out, probably because I am new to HP machines, is how the executables in the bin directory figure out which executable to call in the OS specific subdirectories? It appears to be magic to me, expecially since the executable size in the bin directory is the same size as the corresponding executable in the PA_RISC directory. I would, naively, expect them to be the same but they are not.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance; I appreciate it.&lt;BR /&gt;&lt;BR /&gt;charlie&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Oct 2004 16:53:13 GMT</pubDate>
    <dc:creator>Charles_126</dc:creator>
    <dc:date>2004-10-04T16:53:13Z</dc:date>
    <item>
      <title>Java SDK: What are IA64N and IA64W</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-sdk-what-are-ia64n-and-ia64w/m-p/4863858#M397209</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some basic questions I cannot find the answers too. I downloaded and installed the Java 1.4 SDK. It has support for OSes 11iv1, 11iv1.6 and 11iv2. The bin directory has 3 subdirectories named PA_RISC, IA64N and IA64W. I assume the PA_RISC directory is for 11iv1. So, which directory maps to 11iv1.6 (and 11iv2)?&lt;BR /&gt;&lt;BR /&gt;Another thing I cannot figure out, probably because I am new to HP machines, is how the executables in the bin directory figure out which executable to call in the OS specific subdirectories? It appears to be magic to me, expecially since the executable size in the bin directory is the same size as the corresponding executable in the PA_RISC directory. I would, naively, expect them to be the same but they are not.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance; I appreciate it.&lt;BR /&gt;&lt;BR /&gt;charlie&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 16:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-sdk-what-are-ia64n-and-ia64w/m-p/4863858#M397209</guid>
      <dc:creator>Charles_126</dc:creator>
      <dc:date>2004-10-04T16:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK: What are IA64N and IA64W</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-sdk-what-are-ia64n-and-ia64w/m-p/4863859#M397210</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Usually IA64N is for narrow (32bits)&lt;BR /&gt;        IA64W is for wide   (64bits)&lt;BR /&gt;# file IA64W/java&lt;BR /&gt;java:           ELF-64 executable object file - IA64&lt;BR /&gt;# file IA64N/java&lt;BR /&gt;java:           ELF-32 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;The  PA-RISC is the same as the one in bin is a wrapper which identify if it is a IA or a PA.&lt;BR /&gt;&lt;BR /&gt;if you look at a tusc output, you will see it execve a IA64N/java usually and a IA64W/java if you run with -d64 option&lt;BR /&gt;&lt;BR /&gt;The wrapper is run under aries just to identify the type of the cpu - using {354867} sysconf(_SC_CPU_CHIP_TYPE)- of the system.&lt;BR /&gt;&lt;BR /&gt;on a PA 11iv1 or 11iv2 system, we have &lt;BR /&gt;PA_RISC/java&lt;BR /&gt;PA_RISC2.0/java&lt;BR /&gt;PA_RISC2.0W/java&lt;BR /&gt;and the wrapper java is a PA_RISC 1.1 version of java is not the same file as the wrapper.&lt;BR /&gt;11iv2 PA&lt;BR /&gt;# cksum java */java&lt;BR /&gt;2757783925 81592 java&lt;BR /&gt;2598768929 81592 PA_RISC/java&lt;BR /&gt;955398811 81592 PA_RISC2.0/java&lt;BR /&gt;2875568109 75784 PA_RISC2.0W/java&lt;BR /&gt;11iv2 IA&lt;BR /&gt;# cksum java */java&lt;BR /&gt;3035059845 81592 java&lt;BR /&gt;2719881688 106904 IA64N/java&lt;BR /&gt;1429038763 110312 IA64W/java&lt;BR /&gt;2848883757 81592 PA_RISC/java&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Laurent&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 05:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-sdk-what-are-ia64n-and-ia64w/m-p/4863859#M397210</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2004-10-05T05:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK: What are IA64N and IA64W</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-sdk-what-are-ia64n-and-ia64w/m-p/4863860#M397211</link>
      <description>Thanks Laurent. I understand the process now.</description>
      <pubDate>Tue, 05 Oct 2004 12:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-sdk-what-are-ia64n-and-ia64w/m-p/4863860#M397211</guid>
      <dc:creator>Charles_126</dc:creator>
      <dc:date>2004-10-05T12:03:48Z</dc:date>
    </item>
  </channel>
</rss>

