Unable to create DBeaver DB connection. Can't "open" a file, only "save" - dbeaver

When I click "New Database Connection" > "SQLite" it opens up the "Connect to a database" wizard. When I click "Browse" to load my db file's path, I don't have the option to "Open" my file. I can only "Save" a file. What am I doing wrong?

Just rollback to Version 21.3.0.202111281534, problem solved.

Related

source not found even after editing the source lookup path

source not foud , i have tried this :
1/edit source lookup path
2/click on the add button
3/choose java project
4/choose my project
when i click on "ok" it takes me back to "source not found"
any help please
Set the source projects before debugging, from the "Debug as..." window, at "sources" tab.

Where is the bundles directory in Eclipse-Liferay IDE?

I installed the liferay 7 portal/Eclipse IDE and created a liferay workspace in the IDE. The tomcat server is running but how can I see the data folder / hypersonic script in the Eclipse IDE?
To open a hypersonic script in the Eclipse IDE, please follow these steps:
Open your Eclipse-Liferay IDE and at the top, click on:
Window -> Perspective -> Open Perspective -> Other and select: "Database Development"
Right-click on "Database Connections" and select: "new"
Select "HSQLDB" and click on "next"
Click on the round icon called "new driver definition" and highlight "HSQLDB JDBC Driver" and then go to the "JAR List" tab.
Once there, click on Edit JAR/Zip and browse to your liferay7\tomcat-8.0.32\lib\ext folder and select hsqldb.jar
Click on "Test Connection" and you'll get "ping succeeded"
Click on Finish.
On the left side within your Eclipse, you will see the "NEW HSQLDB" connection. Expand it and browse to this location:
SAMPLE / Catalogs / PUBLIC / schemas /PUBLIC / tables
You should be able to see your tables listed here.
You can find a video with the instructions here:
https://www.youtube.com/watch?v=GHfF9h0-GYY
Hope this helps!

Eclipse can't connect to svn with ssh

I try to connect Eclipse (with Subversion) to my svn repository with ssh for a first import of my project. I think my repository is correctly configured on OVH. So, I have created a directory "svn", and inside this folder, I created a folder "test_repository".
When I try to right clik on my project and Team/Share project, I choose "SVN", "Create a new repository location". After that, I specify the Url "svn+ssh://loginFTP#mySite.com/test_repository. Then, I choose a new folder name ("trunk"), and after I specify "Use privet key authentication" and I select my key file and my passphrase, with port number "22".
When I click on OK button, I guess eclipse trying to connect but it doesn't work. After 10 seconds, I have a message error :
Error while creating module: org.apache.subversion.javahl.ClientException: svn: E210002: The connect() operation on the socket timed out.
I tried some options in the "svn" configuration menu in "svn Interface/client" menu : SVNKit and JavaHL, but both doesn't work.
Last info: I don't use proxy.
Can someone help me please?

upload only current file with netbeans

I'm using netbeans 6.9.1 to work on a php project, how do I manually upload a file without having to 'run' the project?
Under the options->keymap, I mapped Ctrl-L to upload, which is easy enough.
The only other place to upload is to right-click the file in the project browser and 'upload', unlike aptana there's no button for it, which is what got me stumped.
If you have the project's "Run Configuration" properly configured as a "Remote Web Site (FTP, SFTP)", then simply right-click on the file in the "Projects" pane and click on "Upload" in the file's context menu.
If you want to upload automatically on save instead of on run,
Right-click on the project node in the "Projects" pane (it's the top-most node in the tree)
Click on "Properties" in the project's context menu.
Click on "Run Configuration" in "Categories"
Change "Upload Files" to "On Save"
Click "OK"
If you sometimes want to upload on run, sometimes on save, sometimes only manually, sometimes to one server, sometimes to another server, or any combination of the run configuration options, then you can click on the "New..." button to create and save one or more run configurations. You can then choose which one is active on the run configurations project properties page, or set it through "Set Configuration..." on the project's context menu.

Getting error on opening excel file from eclipse

I am getting following error on
Cannot create the in-place editor
This is probably because there is no
OLE editor registered against the type
of file you were trying to open.
Failed to create Ole Client. result =
-2147417851
I have MS office 2007,and the excel file is stored as "save as 2003 version".
I'm using 3.5 so things could be different. Window->Preferences->General->Editors->File Associations.
Add *.xls and add Associated Editor (from this window you can select external programs to open with)
I think you should be able to open the excel file inside and eclipse editor, but it looks like the OLE is not working on your system for some reason.
first check the system editor available or not.
if available right click on xls file and click on open with system editor.
if not available follow bellow steps.
eclipse-->help-->Install new software-->search for editor and download and restart the eclipse. After restart the eclipse right click on xls file and click on open with system editor.