<?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>GUI Guider中的主题 'java' related error in gui guider</title>
    <link>https://community.nxp.com/t5/GUI-Guider/java-related-error-in-gui-guider/m-p/1538987#M166</link>
    <description>&lt;P&gt;when i am trying to generate code in GUI Guider so that time it is show error : " &lt;SPAN&gt;'java' is not recognized as an internal or external command, operable program or batch file&lt;/SPAN&gt;" so how do i solve this error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hiren_Ratnani_0-1666074142929.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/197023i5ECBC4F7C3022343/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hiren_Ratnani_0-1666074142929.png" alt="Hiren_Ratnani_0-1666074142929.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 06:24:50 GMT</pubDate>
    <dc:creator>semiconductor_user</dc:creator>
    <dc:date>2022-10-18T06:24:50Z</dc:date>
    <item>
      <title>'java' related error in gui guider</title>
      <link>https://community.nxp.com/t5/GUI-Guider/java-related-error-in-gui-guider/m-p/1538987#M166</link>
      <description>&lt;P&gt;when i am trying to generate code in GUI Guider so that time it is show error : " &lt;SPAN&gt;'java' is not recognized as an internal or external command, operable program or batch file&lt;/SPAN&gt;" so how do i solve this error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hiren_Ratnani_0-1666074142929.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/197023i5ECBC4F7C3022343/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hiren_Ratnani_0-1666074142929.png" alt="Hiren_Ratnani_0-1666074142929.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 06:24:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/java-related-error-in-gui-guider/m-p/1538987#M166</guid>
      <dc:creator>semiconductor_user</dc:creator>
      <dc:date>2022-10-18T06:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: 'java' related error in gui guider</title>
      <link>https://community.nxp.com/t5/GUI-Guider/java-related-error-in-gui-guider/m-p/1539738#M168</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207633"&gt;@semiconductor_user&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;JRE is not found on your host, the JRE install steps are documented in the User Guide, I copy the content here for reference.&lt;/P&gt;
&lt;P&gt;2.3.1 Install Java Runtime Environment&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If your computer does not have JRE installed, perform the following steps:&lt;/EM&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;Get the OpenJDK source package from &lt;A href="http://jdk.java.net/archive/" target="_blank"&gt;http://jdk.java.net/archive/&lt;/A&gt;.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Extract the zip file into a folder, for example, C:\Program Files\Java\. The extraction creates a jdk-16 folder with a sub folder named bin. However, you may require administrator privileges to extract the zip file to the location.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Set the PATH environment variable.&lt;/EM&gt;&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;Select &lt;STRONG&gt;Control Panel&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Click &lt;STRONG&gt;System&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Select &lt;STRONG&gt;Advanced system settings&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Click the &lt;STRONG&gt;Advanced &lt;/STRONG&gt;tab.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Click the &lt;STRONG&gt;Environment Variables &lt;/STRONG&gt;button. The &lt;STRONG&gt;Environment Variables &lt;/STRONG&gt;dialog box appears.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Locate the PATH variable.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Click the &lt;STRONG&gt;Edit &lt;/STRONG&gt;button.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Click the &lt;STRONG&gt;New &lt;/STRONG&gt;button.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Add the location of the bin folder of the JDK installation.&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/OL&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;Set a new system variable PATH as JAVA_HOME:&lt;/EM&gt;&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;Under the &lt;STRONG&gt;System variables&lt;/STRONG&gt;, click &lt;STRONG&gt;New&lt;/STRONG&gt;. The &lt;STRONG&gt;New System Variable &lt;/STRONG&gt;dialog box appears.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Enter the &lt;STRONG&gt;Variable name &lt;/STRONG&gt;as JAVA_HOME.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Enter the &lt;STRONG&gt;Variable value &lt;/STRONG&gt;as the installation path of the JDK (without the bin subfolder). For example:&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;To save the changes, click the &lt;STRONG&gt;OK &lt;/STRONG&gt;button.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;To close the &lt;STRONG&gt;Environment Variables &lt;/STRONG&gt;dialog box, click the &lt;STRONG&gt;OK &lt;/STRONG&gt;button.&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;EM&gt;When above setup is done, you can open the command prompt and type java -version to verify the installation.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 04:23:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/java-related-error-in-gui-guider/m-p/1539738#M168</guid>
      <dc:creator>zhenhualuo</dc:creator>
      <dc:date>2022-10-19T04:23:14Z</dc:date>
    </item>
  </channel>
</rss>

