eclipse-ai-example
eclipse-ai-example copied to clipboard
`gradlew equoIde --clean` for fixing Tabnine can get stuck
Sometimes Tabnine can kill the IDE. To get it working again, starting with a clean IDE can help by doing gradlew equoIde --clean. But sometimes that will fail too, like so
cmd> .\gradlew equoIde --clean
> Task :equoIde FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':equoIde'.
> java.nio.file.FileSystemException: C:\Users\acme\ide-workspaces\eclipse-ai-example-882892612\nested-jars\com.tabnine.eclipse.shared_0.1.8.jar__commons-codec.jar__VnFZsa4lekPhORqPWdJM-g--.jar: The process cannot access the file because it is being used by another process
To fix this, try running gradlew --stop. But ideally we can figure out why it's crashing at all...