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?
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.