yangjiannan
yangjiannan

Reputation: 1

jrebel standalone could not find agent library in macos

i'm running gradle task at project root directory but it erros, looks as below:

$> ./gradlew bootRun

Error occurred during initialization of VM Could not find agent library /Users/xxx/bin/jrebel/libjrebel64.dylib in absolute path, with error: dlopen(/Users/xxx/bin/jrebel/libjrebel64.dylib, 1): image not found

it setup jrebel follow https://manuals.jrebel.com/jrebel/standalone/springboot.html#spring-boot-using-gradle

And, i checked agentpath and is right.

Anyone had same problem?

Upvotes: 0

Views: 685

Answers (1)

f0lik
f0lik

Reputation: 1

Isn't there a blank space in your username? I would try to redownload the JRebel again, unzip it into some other folder and then try again.

Upvotes: 0

Related Questions