<?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 Runtime Environment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-runtime-environment/m-p/1624866#M279245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I determine within an ABAP program the current&lt;/P&gt;&lt;P&gt;version of the Java Runtime Environment of the&lt;/P&gt;&lt;P&gt;client workstation, if any?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to determine whether the user has version&lt;/P&gt;&lt;P&gt;1.4 installed, because it is needed to support&lt;/P&gt;&lt;P&gt;attaching a file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 13:46:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T13:46:32Z</dc:date>
    <item>
      <title>Java Runtime Environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-runtime-environment/m-p/1624866#M279245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I determine within an ABAP program the current&lt;/P&gt;&lt;P&gt;version of the Java Runtime Environment of the&lt;/P&gt;&lt;P&gt;client workstation, if any?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to determine whether the user has version&lt;/P&gt;&lt;P&gt;1.4 installed, because it is needed to support&lt;/P&gt;&lt;P&gt;attaching a file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-runtime-environment/m-p/1624866#M279245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Java Runtime Environment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-runtime-environment/m-p/1624867#M279246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can read the system registry from ABAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example to read the excel class id i use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;registry_get_value
  EXPORTING
    root                 = '0'
    key                  = 'Excel.ApplicationClsid'
*    VALUE                =
  IMPORTING
    REG_VALUE            = 'here you will get the class id
*  EXCEPTIONS
*    GET_REGVALUE_FAILED  = 1
*    CNTL_ERROR           = 2
*    ERROR_NO_GUI         = 3
*    NOT_SUPPORTED_BY_GUI = 4
*    others               = 5
        .
IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly you can read the jre version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 13:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-runtime-environment/m-p/1624867#M279246</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-10-04T13:25:49Z</dc:date>
    </item>
  </channel>
</rss>

