Install Maven and Pulsar

I’m having trouble finding distributions for Maven and Pulsar for our beloved Jetson Tx2 ARM64 platform.

Has anybody done these installations and have advice on how to proceed?

Thanks,
Mike

Hi mikeb3ux0,

In a nutshell, you can apply

$sudo apt-get install maven

Which will install for Jetson TX2.

I got the following print when ran

mvn -help
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_191, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "4.4.38-tegra", arch: "aarch64", family: "unix"

If this fails, your can download a .tar.gz at Maven – Welcome to Apache Maven and then set the binary as maven export to run it from anywhere.

Hope this helps!

Nice! Thanks for sharing!