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 21a156b commit 1dee6a5Copy full SHA for 1dee6a5
codepulse/src/main/scala/com/secdec/codepulse/tracer/snippet/ConnectionHelp.scala
@@ -38,7 +38,7 @@ object ConnectionHelp extends DispatchSnippet {
38
def traceAgentCommand = {
39
// embedded versions will be running in "some/install/dir/backend", and
40
// the agent jar will be located at "some/install/dir/agent.jar"
41
- val agentPath = new File("../agent.jar").getCanonicalPath
+ val agentPath = new File("../tracers/java/agent.jar").getCanonicalPath
42
43
val hqAddress = "localhost"
44
val hqPort = com.secdec.codepulse.userSettings.tracePort
0 commit comments