Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.1 KB

File metadata and controls

42 lines (34 loc) · 1.1 KB
componentType default
headingText Choose your download option
curl
<TabsBarItem id="powershell">
  Powershell
</TabsBarItem>

<TabsBarItem id="web">
  Web
</TabsBarItem>
Download the Java APM agent with this `curl` command and then unzip it.
  ```sh
  curl -O https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip
  ```
</TabsPageItem>

<TabsPageItem id="powershell">
  Download the Java APM agent with this `curl` command and then unzip it.

  ```
  Invoke-WebRequest -Uri https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip -OutFile newrelic-java.zip
  ```
</TabsPageItem>

<TabsPageItem id="web">
  From [Java agent release notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/), download `newrelic-java.zip` to a temporary directory and unzip it.
</TabsPageItem>