application-insightsapplication-insights-sdkazuredistributed-tracingjavajava-agentjava-sdkmonitoringobservabilitysdksql
a84ebea346 | ||
---|---|---|
Core | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
AppInsights Java.iml | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
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.
Getting started
- 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.
- You can use gradlew.bat on Windows to get gradle installed.
Using Eclipse IDE
- Install gradle from http://www.gradle.org/installation
- Add GRADLE_HOME/bin to your PATH environment variable
- In build.gradle add line [apply plugin: "eclipse"]
- In Eclipse used File->Import Existing Project in a workspace.
- Use [gradle build] to build the project from the command line.