<?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>MCUXpresso IDEのトピックRe: Build server: Mcuxpressoide: java returned with exit code 1</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1424499#M7907</link>
    <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;The changes you suggested to change the Administrator to INRAC7 path does not work.&lt;/P&gt;&lt;P&gt;please find the requested log file attached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 10:08:30 GMT</pubDate>
    <dc:creator>rajendrac4u</dc:creator>
    <dc:date>2022-03-08T10:08:30Z</dc:date>
    <item>
      <title>Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1422463#M7880</link>
      <description>&lt;P&gt;Hello, can any one help me with below issue.&lt;/P&gt;&lt;P&gt;my build server is compiling fine with error in the source code, but java return with error code 1 each time, because of that my build server is failling.&lt;/P&gt;&lt;P&gt;PC:&amp;nbsp; windows 10 64 bit&lt;/P&gt;&lt;P&gt;jdk: 15/17 tried with both&lt;/P&gt;&lt;P&gt;mucxpresso: 11.4.1 or 11.5.&lt;/P&gt;&lt;P&gt;same this working fine in the developer machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;12:02:36 Build Finished. 0 errors, 251 warnings. (took 1s.231ms) Mcuxpressoidec: Java was started but returned exit code=1 -Dosgi.requiredJavaVersion=11 -Xms256m -Xmx3072m -Djava.net.useSystemProxies=true -Djava.library.path=binaries -Djava.class.path=C:\nxp\MCUXpressoIDE_11.4.1_6260\ide\\plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar -os win32 -ws win32 -arch x86_64 -launcher C:\nxp\MCUXpressoIDE_11.4.1_6260\ide\mcuxpressoidec.exe -name Mcuxpressoidec --launcher.library C:\nxp\MCUXpressoIDE_11.4.1_6260\ide\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442\eclipse_11100.dll -startup C:\nxp\MCUXpressoIDE_11.4.1_6260\ide\\plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar --launcher.overrideVmargs -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data C:\Users\Administrator\Documents\MCUXpressoIDE_11.4.1_6260\Workspace1 -cleanBuild DM/RTXC_DM -vm C:\nxp\MCUXpressoIDE_11.4.1_6260\ide\\jre/bin/server/jvm.dll -vmargs -Dosgi.requiredJavaVersion=11 -Xms256m -Xmx3072m -Djava.net.useSystemProxies=true -Djava.library.path=binaries -Djava.class.path=C:\nxp\MCUXpressoIDE_11.4.1_6260\ide\\plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar&lt;/P&gt;&lt;P&gt;=========================================================&lt;/P&gt;&lt;P&gt;my script for the compilation:&lt;/P&gt;&lt;P&gt;-==============================================================&lt;/P&gt;&lt;P&gt;REM Batch file to build an Eclipse project from the command line on Windows&lt;BR /&gt;REM Example for using MCUXpresso IDE&lt;/P&gt;&lt;P&gt;@REM path of the IDE&lt;BR /&gt;SET IDE_PATH=C:\nxp\MCUXpressoIDE_11.4.1_6260&lt;/P&gt;&lt;P&gt;@REM path to the SDK&lt;BR /&gt;SET SDK_PATH=C:\Users\Administrator\mcuxpresso\02\SDKPackages&lt;/P&gt;&lt;P&gt;@REM TFS project downloaded source path&lt;BR /&gt;SET REPO_SOURCE_CODE=C:\Users\INRAC7\Documents\REX601_BSW&lt;BR /&gt;@REM path to GNU tools and compiler: arm-none-eabi-gcc.exe, ....&lt;BR /&gt;SET TOOLCHAIN_PATH=%IDE_PATH%\ide\tools\bin&lt;/P&gt;&lt;P&gt;@REM variable to the command line Eclipse IDE executable&lt;BR /&gt;SET IDE=%IDE_PATH%\ide\mcuxpressoidec.exe&lt;/P&gt;&lt;P&gt;ECHO Extending PATH if not already present&lt;BR /&gt;ECHO %PATH%|findstr /i /c:"%TOOLCHAIN_PATH:"=%"&amp;gt;nul || set PATH=%PATH%;%TOOLCHAIN_PATH%&lt;/P&gt;&lt;P&gt;copy %REPO_SOURCE_CODE%\Tools\SDK\* %SDK_PATH%&lt;/P&gt;&lt;P&gt;rmdir /s /q C:\Users\INRAC7\Documents\MCUXpressoIDE_11.4.1_6260\Workspace&lt;/P&gt;&lt;P&gt;cd C:\Users\Administrator\Desktop&lt;/P&gt;&lt;P&gt;@REM -cleanbuild on project: this does a 'clean' on each build target followed by a build&lt;BR /&gt;"%IDE%" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import "%REPO_SOURCE_CODE%\DM" -data "C:\Users\INRAC7\Documents\MCUXpressoIDE_11.4.1_6260\buildWorkspace"&lt;/P&gt;&lt;P&gt;@REM -cleanbuild on project: this does a 'clean' on each build target followed by a build&lt;BR /&gt;"%IDE%" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import "%REPO_SOURCE_CODE%" -data "C:\Users\INRAC7\Documents\MCUXpressoIDE_11.4.1_6260\buildWorkspace"&lt;BR /&gt;&lt;BR /&gt;@REM -cleanbuild on project: this does a 'clean' on each build target followed by a build&lt;BR /&gt;"%IDE%" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "C:\Users\INRAC7\Documents\MCUXpressoIDE_11.4.1_6260\buildWorkspace" -cleanBuild DM/RTXC_DM&lt;/P&gt;&lt;P&gt;@REM -cleanbuild on project: this does a 'clean' on each build target followed by a build&lt;BR /&gt;"%IDE%" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "C:\Users\INRAC7\Documents\MCUXpressoIDE_11.4.1_6260\buildWorkspace" -cleanBuild REX601_BSW/RTXC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 06:51:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1422463#M7880</guid>
      <dc:creator>rajendrac4u</dc:creator>
      <dc:date>2022-03-03T06:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1423408#M7892</link>
      <description>&lt;P&gt;Can you tell us the part number that you are using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 17:57:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1423408#M7892</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2022-03-04T17:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1423657#M7895</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/35421"&gt;@vicentegomez&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;we are using IMXRT1064&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 04:17:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1423657#M7895</guid>
      <dc:creator>rajendrac4u</dc:creator>
      <dc:date>2022-03-07T04:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1423717#M7896</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I see you are trying to use "&lt;SPAN&gt;C:\Users\Administrator\Desktop&lt;/SPAN&gt;" path while your current user seems to be "&lt;SPAN&gt;INRAC7". Just to exclude any potential right access, can you switch that "Administrator" path to "INRAC7"?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this doesn't help, can you please attach the log created on&amp;nbsp;C:\Users\Administrator\Documents\MCUXpressoIDE_11.4.1_6260\Workspace1\.metadata\.log ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 06:42:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1423717#M7896</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2022-03-07T06:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1424499#M7907</link>
      <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;The changes you suggested to change the Administrator to INRAC7 path does not work.&lt;/P&gt;&lt;P&gt;please find the requested log file attached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1424499#M7907</guid>
      <dc:creator>rajendrac4u</dc:creator>
      <dc:date>2022-03-08T10:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1424588#M7910</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From what we see in the log:&lt;BR /&gt;1. SDK reports missing packages - looks like the SDK is not correctly loaded&lt;BR /&gt;2. gcc is not able to be invoked - looks like missing path to the toolchain&lt;BR /&gt;3. "Project 'DM' is not open" - looks like a project corruption inside the workspace&lt;/P&gt;
&lt;P&gt;What we propose:&lt;BR /&gt;1. delete .metadata directory from workspace&lt;BR /&gt;2. open IDE and refresh on SDKs from Installed SDKs view&lt;BR /&gt;3. open the desired project in IDE and try a clean+build (from IDE) - is this working?&lt;BR /&gt;4. if #3 is successful, try again from command line&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:12:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1424588#M7910</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2022-03-08T13:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1424965#M7913</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I per the log i resolved the Gcc and g++ path, now its build is working without error.&lt;/P&gt;&lt;P&gt;but, why this require gcc/g++ a i am using the arm cross compiler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 04:52:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1424965#M7913</guid>
      <dc:creator>rajendrac4u</dc:creator>
      <dc:date>2022-03-09T04:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1610815#M8802</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/35421"&gt;@vicentegomez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i checked the .log file, it is require g++ to be installed.&lt;/P&gt;&lt;P&gt;after installing issue is solved&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 10:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1610815#M8802</guid>
      <dc:creator>rajendrac4u</dc:creator>
      <dc:date>2023-03-07T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Build server: Mcuxpressoide: java returned with exit code 1</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1633998#M8896</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The above solution did not succeed for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I found that MCUXpresso IDE writes important directories and files to a location in the user’s home directory. When an automation service such as Jenkins runs the user home directory may not be accessible by Windows. To allow MCUXpresso IDE to find these directories and files, I had to edit the mcuxpressoide.ini file (ex. C:\MCUXpressoIDE_11.7.0_9198\ide\mcuxpressoide.ini) and set the user.home directory to a location that is accessible by the IDE (ex. C:\development\). Restarted the IDE after making the change, and automation was successful after that.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;-Duser.home=C:\development&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 16:01:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Build-server-Mcuxpressoide-java-returned-with-exit-code-1/m-p/1633998#M8896</guid>
      <dc:creator>stevehills</dc:creator>
      <dc:date>2023-04-14T16:01:38Z</dc:date>
    </item>
  </channel>
</rss>

