IntelliJ using Vim .swp file; unable to run otherwise functioning code

Answered

Error:resources: ~\...\.Table_BASE_8948.java.swp (The system cannot find the file specified)

 

I cleaned up the swap files created after a Vim crash, and can no longer run my code. Does anyone know how to fix this?

0
5 comments

Please provide more details. What error do you get when running the code? What code do you run? How does it depend on Vim?

Does your code run without errors outside of IntelliJ IDEA?

0
Avatar
Permanently deleted user

Hello, thank you for your response.

 

>What error do you get when running the code?

Error:resources: ~\...\.Table_BASE_8948.java.swp (The system cannot find the file specified) (first line of original post). 

 

>What code do you run?

Java 8.

 

>How does it depend on Vim?

I used Vimdiff to solve a merge conflict.

 

>Does your code run without errors outside of IntelliJ IDEA?

Yes, it builds and runs fine from command line.
0

Does it help if you restart IDEA or reboot?

0
Avatar
Permanently deleted user

No.

0

Please submit a ticket to support with idea.log and the full command line from the run console: https://intellij-support.jetbrains.com/hc/en-us/requests/new.

Does it happen with any project?

0

Please sign in to leave a comment.