Can you introduce what this warehouse is for #10700
-
Can you introduce what this warehouse is for . I would also like to participate in the project if I can |
Beta Was this translation helpful? Give feedback.
Replies: 21 comments
-
Thank you for your interest in our product. Assuming that by the warehouse you mean repository, this one is used to work on DBeaver from Intellij IDEA (more on that in the link). We are happily accepting contributions, but unfortunately, as of now, we don't have any standard process for doing so. The most recent example of accepted contribution from the side can be found here, which you may take as an example. If you want to contribute, pick an issue in our main issue tracker. You may find helpful in that endeavor the paragraph 'Development' from our wiki. And lastly, this issue tracker is actually not supposed for this type of questions, you can easily ask them in our main issue tracker. |
Beta Was this translation helpful? Give feedback.
-
I set up the development environment according to the connection you provided, but the following problem appears. Is it normal |
Beta Was this translation helpful? Give feedback.
-
I changed the start command
But there is an exception
|
Beta Was this translation helpful? Give feedback.
-
My guess is that the path to the |
Beta Was this translation helpful? Give feedback.
-
You need to locate the folder in the Eclipse workspace. Here is how you do it.
|
Beta Was this translation helpful? Give feedback.
-
@akilovich |
Beta Was this translation helpful? Give feedback.
-
Ooops, sorry, my bad. Open up the Eclipse Application folder. There you will find DBeaver.product configuration you used to start the beaver. Click on it. After that proceed from the point 3 described above. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
link how Import DBeaver launch configuration using Eclipse Import wizard: |
Beta Was this translation helpful? Give feedback.
-
File -> Import -> Run/Debug -> Launch Configurations. |
Beta Was this translation helpful? Give feedback.
-
debug run but has error
|
Beta Was this translation helpful? Give feedback.
-
That's a strange product to run, haven't actually seen it before. Type in |
Beta Was this translation helpful? Give feedback.
-
I have downloaded all the plug-ins but not have |
Beta Was this translation helpful? Give feedback.
-
Please use |
Beta Was this translation helpful? Give feedback.
-
eclipse just has dbeaver plugin . I use it in general |
Beta Was this translation helpful? Give feedback.
-
What kind of error? |
Beta Was this translation helpful? Give feedback.
-
error log : link |
Beta Was this translation helpful? Give feedback.
-
The problem is that the bundles listed in the Validation window probably require some additional dependencies. Here is what you can do about it. Click on all the arrow symbols. It will open the list of problems. If the problems will state something like "Missed the required bundle" or "Required X of bundle B, but found version Y". Fix all those problems by opening Debug Configurations..., opening the tab Plug-ins, and adding required versions of bundles. Hit Apply, and then Debug. Some new problems of the same king may appear after that. Fix them the way you just did. Eventually, DBeaver should start and run. If nothing helps, I would suggest you delete all the DBeaver repos, Eclipse, and start everything from scratch, following closely this guide. Yes, the process may look a bit intimidating, but I'm sure you will succeed. If you encounter some problems along the way, please open a new ticket in our main issue tracker. We will gladly help. |
Beta Was this translation helpful? Give feedback.
The problem is that the bundles listed in the Validation window probably require some additional dependencies. Here is what you can do about it.
Click on all the arrow symbols. It will open the list of problems. If the problems will state something like "Missed the required bundle" or "Required X of bundle B, but found version Y". Fix all those problems by opening Debug Configurations..., opening the tab Plug-ins, and adding required versions of bundles. Hit Apply, and then Debug.
Some new problems of the same king may appear after that. Fix them the way you just did. Eventually, DBeaver should start and run.
If nothing helps, I would suggest you delete all the DBeaver repos, Eclipse, and…