Skip to content

Commit

Permalink
Fixes for Raspberry PI 64-bit (#2352)
Browse files Browse the repository at this point in the history
Rolled back to NetBeans 18.0 as there was problems with menus on linux aarch64. Fixed link to aarch64 JRE.
  • Loading branch information
breiler authored Oct 22, 2023
1 parent 5cade28 commit 36a4a13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ugs-platform/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
<!-- Download and untar JRE -->
<exec dir="${project.build.directory}" executable="curl" failonerror="true">
<arg line="-L"/>
<arg line="${ugs.bundle.java.linux.arm.url}"/>
<arg line="${ugs.bundle.java.linux.aarch64.url}"/>
<arg line="-o"/>
<arg line="jre-linux.tar.gz"/>
</exec>
Expand Down
4 changes: 2 additions & 2 deletions ugs-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<maven.build.timestamp.format>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
<netbeans.version>RELEASE190</netbeans.version>
<netbeans.version>RELEASE180</netbeans.version>
<ugs.app.title>Universal Gcode Platform ${project.version}</ugs.app.title>
<ugs.appbundle.name>Universal Gcode Platform</ugs.appbundle.name>
<parsedVersion.majorVersion>2</parsedVersion.majorVersion>
Expand All @@ -39,7 +39,7 @@

<ugs.bundle.java.linux.x64.url>https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jre_x64_linux_hotspot_17.0.8.1_1.tar.gz</ugs.bundle.java.linux.x64.url>
<ugs.bundle.java.linux.arm.url>https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jre_arm_linux_hotspot_17.0.8.1_1.tar.gz</ugs.bundle.java.linux.arm.url>
<ugs.bundle.java.linux.aarch64.url>https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jre_aarch64_linux_hotspot_17.0.8.1_1.tar.gz</ugs.bundle.java.linux.aarch64.url>
<ugs.bundle.java.linux.aarch64.url>https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9/OpenJDK17U-jre_aarch64_linux_hotspot_17.0.9_9.tar.gz</ugs.bundle.java.linux.aarch64.url>

<!-- Mac OS X signing identity - must match with a verified Apple developer certificate in the keychain -->
<ugs.codesign.identity>Developer ID Application</ugs.codesign.identity>
Expand Down

0 comments on commit 36a4a13

Please sign in to comment.