Trouble running DBeaver in IDEA after code update #38420
-
Hi everyone, I'm having an issue running DBeaver in IntelliJ IDEA after updating my code. I've been following the steps on the "Develop in IDEA" wiki page (https://github.com/dbeaver/dbeaver/wiki/Develop-in-IDEA), but it's still not working. Has anyone else experienced this or have any suggestions? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
I have another question: after every code update, do I need to delete the generated IDEA configurations and dependencies, and then re-run generate_workspace? |
Beta Was this translation helpful? Give feedback.
-
Hi! We haven't experienced such issue. However, I could suggest trying to delete generated workspace folder and run generator again. Let me know if it helps. It's usually not necessary to run generator do after every update, only if some project structure was changed - new bundles appears or was renamed, new dependency was added and so on. |
Beta Was this translation helpful? Give feedback.
Ah, I think I found the bug. It was a broken link in osgi-app.properties
Could you update repo and try one more time?