We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358aa72 commit d40a268Copy full SHA for d40a268
versioned_docs/version-2.0.0/running-keploy/keploy-karaf.md
@@ -78,7 +78,7 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.
78
3. Export the application path to point to your target folder containing Java classes:
79
80
```bash
81
- export APP_PATH="/Users/sarthak_1/Downloads/karaf-sample/user-service"
+ export APP_PATH="/path/to/user-service"
82
```
83
84
Replace the `APP_PATH` value with the absolute path to your application's target folder.
0 commit comments