<?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 Interface? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852600#M6724</link>
    <description>&lt;DIV style="margin:0px;"&gt;Well. Ive gotten the crypto libraries but I still can't compile the example. &lt;BR /&gt;&lt;BR /&gt;I'm a bit frustrated with having to reverse engineer the build scripts.The Readme says "Edit the build32.bat file to make sure it sets the appropriate environment for the desired build tools". I wish it would say more about setting what environment variables to what so I wouldn't just keep guesssing.I'm running it from a VS 200 command prompt and trying to use that as the compiler.&lt;BR /&gt;&lt;BR /&gt;Can anyone who has gotten this example to work offer suggestions?&lt;BR /&gt;&lt;BR /&gt;Below is as far as I've gotten. &lt;BR /&gt;&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 -LD objwin32_IAjipp_dc.obj "C&lt;BR /&gt;:Program FilesIntelIPP6.1.1.035ia32"stublibippdc.lib -Felibwin32_IAjipp&lt;BR /&gt;dc.dll&lt;BR /&gt;Creating library libwin32_IAjippdc.lib and object libwin32_IAjippdc.exp&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 /c /Foobjwin32_IAjipp_core.ob&lt;BR /&gt;j srcnativejipp_core.c&lt;BR /&gt;jipp_core.c&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 -LD objwin32_IAjipp_core.obj&lt;BR /&gt;"C:Program FilesIntelIPP6.1.1.035ia32"stublibippcore.lib -Felibwin32_IA&lt;BR /&gt;jippcore.dll&lt;BR /&gt;Creating library libwin32_IAjippcore.lib and object libwin32_IAjippcore.e&lt;BR /&gt;xp&lt;BR /&gt;The system cannot find the path specified.&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;endlocal&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;GOTO:EOF&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Jul 2009 19:27:26 GMT</pubDate>
    <dc:creator>nathanm</dc:creator>
    <dc:date>2009-07-21T19:27:26Z</dc:date>
    <item>
      <title>Java Interface?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852597#M6721</link>
      <description>Some samples (apparently older ones) had an example of a Java interface. They would not compile - missing ippcp.h.&lt;BR /&gt;&lt;BR /&gt;I installed the samples that correspond to the latest IPP version 6.1.1.035 - and they did not have any examples of a java interface. Is this no longer supported?&lt;BR /&gt;&lt;BR /&gt;For my needs, I would need a java interface &lt;BR /&gt;OR &lt;BR /&gt;a simple command line interface would do. &lt;BR /&gt;&lt;BR /&gt;I simply want to resample jpegs using an interpolation filter - I know IPP can do much more than that. &lt;BR /&gt;&lt;BR /&gt;Nathan&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jul 2009 19:00:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852597#M6721</guid>
      <dc:creator>nathanm</dc:creator>
      <dc:date>2009-07-17T19:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Java Interface?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852598#M6722</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/436038"&gt;nathanm&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Some samples (apparently older ones) had an example of a Java interface. They would not compile - missing ippcp.h.&lt;BR /&gt;&lt;BR /&gt;I installed the samples that correspond to the latest IPP version 6.1.1.035 - and they did not have any examples of a java interface. Is this no longer supported?&lt;BR /&gt;&lt;BR /&gt;For my needs, I would need a java interface &lt;BR /&gt;OR &lt;BR /&gt;a simple command line interface would do. &lt;BR /&gt;&lt;BR /&gt;I simply want to resample jpegs using an interpolation filter - I know IPP can do much more than that. &lt;BR /&gt;&lt;BR /&gt;Nathan&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Nathan,&lt;BR /&gt;&lt;BR /&gt;First, the Java sample is located in ipp-sampleslanguage-interfacejava if you download the Intel IPP sample for Windows* in v6.1.&lt;BR /&gt;&lt;BR /&gt;There are few changes in Intel IPP samples in the latest IPP sample v6.1 based, please go to our knowledge base at: &lt;A href="http://software.intel.com/en-us/articles/sample-changes-in-intel-ipp/"&gt;http://software.intel.com/en-us/articles/sample-changes-in-intel-ipp/&lt;/A&gt; for more details.&lt;BR /&gt;&lt;BR /&gt;Secondly, if you notice the missing ippcp.h file, please check if you have the Intel IPP cryptography libraires installed. It is a sperate library install due to U.S. export control requirements, please refer our recent posting at:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=67023"&gt;http://software.intel.com/en-us/forums/showthread.php?t=67023&lt;/A&gt; for reference or add your comments there.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying</description>
      <pubDate>Fri, 17 Jul 2009 20:29:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852598#M6722</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2009-07-17T20:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Java Interface?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852599#M6723</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336671"&gt;Ying S (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Nathan,&lt;BR /&gt;&lt;BR /&gt;First, the Java sample is located in ipp-sampleslanguage-interfacejava if you download the Intel IPP sample for Windows* in v6.1.&lt;BR /&gt;&lt;BR /&gt;There are few changes in Intel IPP samples in the latest IPP sample v6.1 based, please go to our knowledge base at: &lt;A href="http://software.intel.com/en-us/articles/sample-changes-in-intel-ipp/"&gt;http://software.intel.com/en-us/articles/sample-changes-in-intel-ipp/&lt;/A&gt; for more details.&lt;BR /&gt;&lt;BR /&gt;Secondly, if you notice the missing ippcp.h file, please check if you have the Intel IPP cryptography libraires installed. It is a sperate library install due to U.S. export control requirements, please refer our recent posting at:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=67023"&gt;http://software.intel.com/en-us/forums/showthread.php?t=67023&lt;/A&gt; for reference or add your comments there.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Yes, I do need the Cryptography libraries. &lt;BR /&gt;&lt;BR /&gt;But I don't think I'll be able to get them till you fix the premier support web page.&lt;BR /&gt;&lt;BR /&gt;It keeps redirecting to here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://welcome.intel.com/scripts-util/500.asp?aspxerrorpath=/Login.aspx" target="_blank"&gt;https://welcome.intel.com/scripts-util/500.asp?aspxerrorpath=/Login.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Nathan&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jul 2009 23:11:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852599#M6723</guid>
      <dc:creator>nathanm</dc:creator>
      <dc:date>2009-07-17T23:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Java Interface?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852600#M6724</link>
      <description>&lt;DIV style="margin:0px;"&gt;Well. Ive gotten the crypto libraries but I still can't compile the example. &lt;BR /&gt;&lt;BR /&gt;I'm a bit frustrated with having to reverse engineer the build scripts.The Readme says "Edit the build32.bat file to make sure it sets the appropriate environment for the desired build tools". I wish it would say more about setting what environment variables to what so I wouldn't just keep guesssing.I'm running it from a VS 200 command prompt and trying to use that as the compiler.&lt;BR /&gt;&lt;BR /&gt;Can anyone who has gotten this example to work offer suggestions?&lt;BR /&gt;&lt;BR /&gt;Below is as far as I've gotten. &lt;BR /&gt;&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 -LD objwin32_IAjipp_dc.obj "C&lt;BR /&gt;:Program FilesIntelIPP6.1.1.035ia32"stublibippdc.lib -Felibwin32_IAjipp&lt;BR /&gt;dc.dll&lt;BR /&gt;Creating library libwin32_IAjippdc.lib and object libwin32_IAjippdc.exp&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 /c /Foobjwin32_IAjipp_core.ob&lt;BR /&gt;j srcnativejipp_core.c&lt;BR /&gt;jipp_core.c&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 -LD objwin32_IAjipp_core.obj&lt;BR /&gt;"C:Program FilesIntelIPP6.1.1.035ia32"stublibippcore.lib -Felibwin32_IA&lt;BR /&gt;jippcore.dll&lt;BR /&gt;Creating library libwin32_IAjippcore.lib and object libwin32_IAjippcore.e&lt;BR /&gt;xp&lt;BR /&gt;The system cannot find the path specified.&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;endlocal&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;GOTO:EOF&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jul 2009 19:27:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852600#M6724</guid>
      <dc:creator>nathanm</dc:creator>
      <dc:date>2009-07-21T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Java Interface?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852601#M6725</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/436038"&gt;nathanm&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Well. Ive gotten the crypto libraries but I still can't compile the example. &lt;BR /&gt;&lt;BR /&gt;I'm a bit frustrated with having to reverse engineer the build scripts.The Readme says "Edit the build32.bat file to make sure it sets the appropriate environment for the desired build tools". I wish it would say more about setting what environment variables to what so I wouldn't just keep guesssing.I'm running it from a VS 200 command prompt and trying to use that as the compiler.&lt;BR /&gt;&lt;BR /&gt;Can anyone who has gotten this example to work offer suggestions?&lt;BR /&gt;&lt;BR /&gt;Below is as far as I've gotten. &lt;BR /&gt;&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 -LD objwin32_IAjipp_dc.obj "C&lt;BR /&gt;:Program FilesIntelIPP6.1.1.035ia32"stublibippdc.lib -Felibwin32_IAjipp&lt;BR /&gt;dc.dll&lt;BR /&gt;Creating library libwin32_IAjippdc.lib and object libwin32_IAjippdc.exp&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 /c /Foobjwin32_IAjipp_core.ob&lt;BR /&gt;j srcnativejipp_core.c&lt;BR /&gt;jipp_core.c&lt;BR /&gt;cl /nologo -I"C:Program FilesJavajdk1.6.0_13"include -I"C:Program F&lt;BR /&gt;ilesJavajdk1.6.0_13"includewin32 -I"C:Program FilesIntelIPP6.1.1.035ia3&lt;BR /&gt;2"include -I"srcnativewin32_IA" /EHsc /w /O2 -LD objwin32_IAjipp_core.obj&lt;BR /&gt;"C:Program FilesIntelIPP6.1.1.035ia32"stublibippcore.lib -Felibwin32_IA&lt;BR /&gt;jippcore.dll&lt;BR /&gt;Creating library libwin32_IAjippcore.lib and object libwin32_IAjippcore.e&lt;BR /&gt;xp&lt;BR /&gt;The system cannot find the path specified.&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;endlocal&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;GOTO:EOF&lt;BR /&gt;&lt;BR /&gt;C:Samplesipp-sampleslanguage-interfacejava&amp;gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;It seemed a path problem, by default, the sample will be installed under directory C:Program FilesIntelIPP6.1.1.035 where you installed the Intel IPP libraires. So you may need to modfiy the make file from this Java sample to point out your sample installation folder.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying S&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jul 2009 07:36:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Java-Interface/m-p/852601#M6725</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2009-07-28T07:36:03Z</dc:date>
    </item>
  </channel>
</rss>

