<?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 JDK 13 + DI-API 64 bits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-jdk-13-di-api-64-bits/m-p/12135145#M1975486</link>
    <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Have you checked the solution proposed in the following post?&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/340266/java-jco-64bit-installed-but-the-system-in-looking.html"&gt;https://answers.sap.com/questions/340266/java-jco-64bit-installed-but-the-system-in-looking.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Trinidad.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2020 08:36:49 GMT</pubDate>
    <dc:creator>Trinidad</dc:creator>
    <dc:date>2020-01-21T08:36:49Z</dc:date>
    <item>
      <title>JAVA JDK 13 + DI-API 64 bits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-jdk-13-di-api-64-bits/m-p/12135144#M1975485</link>
      <description>&lt;P&gt;Context:&lt;/P&gt;
  &lt;P&gt;We are developing a JAVA JDK 13 + SPRING API project.&lt;/P&gt;
  &lt;P&gt;We need to connect to SAP B1 DI-API 64 Bits.&lt;/P&gt;
  &lt;P&gt;We installed the 64 bits version of DI-API and referenced the file sboapi.jar provided in the following directory: &lt;/P&gt;
  &lt;P&gt;C:\Program Files\SAP\SAP Business One DI API\JCO\LIB\sboapi.jar&lt;/P&gt;
  &lt;P&gt;Problem:&lt;/P&gt;
  &lt;P&gt;On connecting to the DI-API we get the following message:&lt;/P&gt;
  &lt;P&gt;C:\Program Files (x86)\SAP\SAP Business One DI API\JCO\LIB\sbojni.dll: Can't load IA 32-bit .dll on a AMD 64- bit platform&lt;/P&gt;
  &lt;P&gt;We tried to uninstall the 32 bits version of DI-API, since we had both of them installed. And after that we get the following error:&lt;/P&gt;
  &lt;P&gt;"Could not initialize class com.sap.smb.sbo.wrapper. activeX.ActiveXComponent"&lt;/P&gt;
  &lt;P&gt;Conclusion:&lt;/P&gt;
  &lt;P&gt;I think both sboapi.jar files provided in 32 bits and 64 bits versions of DI-API use the 32 bits version.&lt;/P&gt;
  &lt;P&gt;Is there anyway to connect to the 64 bits version of DI-API using JAVA? How can it be set up?&lt;/P&gt;
  &lt;P&gt;We also plan to connect to the service layer in this project, does anyone have a sample of how to connect to the service layer in JAVA.&lt;/P&gt;
  &lt;P&gt;In C# there is a sample in the forums that provides a base project that we can use to set up the connection to the service layer, is there anything similar for JAVA?&lt;/P&gt;
  &lt;P&gt;Thank you, best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 11:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-jdk-13-di-api-64-bits/m-p/12135144#M1975485</guid>
      <dc:creator>davdua1991</dc:creator>
      <dc:date>2020-01-13T11:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: JAVA JDK 13 + DI-API 64 bits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-jdk-13-di-api-64-bits/m-p/12135145#M1975486</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Have you checked the solution proposed in the following post?&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/340266/java-jco-64bit-installed-but-the-system-in-looking.html"&gt;https://answers.sap.com/questions/340266/java-jco-64bit-installed-but-the-system-in-looking.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Trinidad.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 08:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-jdk-13-di-api-64-bits/m-p/12135145#M1975486</guid>
      <dc:creator>Trinidad</dc:creator>
      <dc:date>2020-01-21T08:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: JAVA JDK 13 + DI-API 64 bits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-jdk-13-di-api-64-bits/m-p/12135146#M1975487</link>
      <description>&lt;P&gt;Just as a follow up for the following question:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;We also plan to connect to the service layer in this project, does anyone have a sample of how to connect to the service layer in JAVA.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In C# there is a sample in the forums that provides a base project that we can use to set up the connection to the service layer, is there anything similar for JAVA?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have found a project that does exactly that:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/SAP/SAP-Business-One-Service-Layer-SDK"&gt;https://github.com/SAP/SAP-Business-One-Service-Layer-SDK&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 11:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-jdk-13-di-api-64-bits/m-p/12135146#M1975487</guid>
      <dc:creator>davdua1991</dc:creator>
      <dc:date>2020-03-25T11:50:23Z</dc:date>
    </item>
  </channel>
</rss>

