Skip to content
master
Go to file
Code
This branch is 1752 commits behind microsoft:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AppInsights-Java

Introduction

Applicaiton Insights SDK for Java initially prototyped to be used in java web services. Core classes will be shared with Android SDK.

Please refer to AppInsights-Home for general applicaiton insights documentation.

Prerequisites

  1. Java SDK 1.6 or higher

Getting started

  1. Set JAVA_HOME environment variable to point to point to the [JDK installation directory]
  2. Set JAVA_JRE_6 environemnt variable to point to [JRE installation directory]\jre
  3. Recommended IDE is IntelliJ idea. When you first open either of the two projects, do it by ‘Import Project’ rather than ‘Open Project’ This will start from the Gradle files and recreate all the build and runtime dependencies in IntelliJ’s cache.
  4. You can use gradlew.bat on Windows to get gradle installed.

Using Eclipse IDE

  1. Install gradle from http://www.gradle.org/installation
  2. Add GRADLE_HOME/bin to your PATH environment variable
  3. In build.gradle add line [apply plugin: "eclipse"]
  4. In Eclipse used File->Import Existing Project in a workspace.
  5. Use [gradle build] to build the project from the command line.

About

Application Insights SDK for Java

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.