I don't know how this happened, but the "File Search" tab disappeared from my Eclipse Search Dialog window, and don't know how to get it back! Here is a screenshot of how it looks like on my computer:
I have Eclipse Luna 4.4 and I'm running Linux, for that matters. Anyone knows how this could have occurred and whether it could be a bug in Eclipse or not?
Try removing plugins one by one and see if you can get to a point where it comes back. On my machine the eclipse-linuxtools plugin was somehow preventing the File Search tab from coming up.
Related
I have a tiny problem. I downloaded IntelliJ IDEA Ultimate for Java Web. Next my step is download and install Server TomCat.
In tutorials they go Run/Debug Configuration, press add
and chose Server TomCat. So, my problem is the lack of Server TomCat in the list.
I know the problem is so stupid, but I need help.
I use IntelliJ IDEA 2018.2.4
Open the Settings/Preferences dialog (Ctrl+Alt+S).
In the left-hand part of the dialog, select Plugins.
In the right-hand part of the dialog, on the Plugins page, type the
server name of interest (e.g. Tomcat) in the search box. As a result,
only the plugins whose names and descriptions contain the typed text
are shown in the list of plugins.
If the checkbox to the right of the plugin name is not selected,
select it.
Click OK in the Settings dialog.
If suggested, restart IntelliJ IDEA.
When apps crash, Windows used to popup a dialog box saying {Program} has stopped working with a Close button. I no longer see this dialog box on Windows 10. How do I get it back?
I thought perhaps I messed up some registry setting, so I downloaded a Windows 10 VM from Microsoft, crashed a program in the VM and I still didn't get a dialog box. So there must have been some change to Windows.
I tried tweaking the AeDebug registry key, but still couldn't get the dialog box back.
The reason I like the dialog box is because it tells me right away that some program has a problem that I can investigate further.
As described here, you need to set the Windows Error Reporting setting DontShowUI=0 with the Registry Editor or Group Policy Editor.
sounds a little dumb when i tell that but, when app stops working for me i usually press the left mouse button a lot in the windows (of the app) until it will display the message to end the process
I've installed eclipse Mars.1 Release (4.5.1), and than i've installed spring plugin as i always do with a new linux installation (by the way i am running Manjaro Linux 15.09 fully updated with KDE) but this time i am facing a problem i have never seen before!
Everytime i go to the preferences window, the right pane won't update according to the selected option.
Ex: when i open the preferences window, if i try to drill down the "General" option, the right pane won't update, no matter what i choose in the left pane!
Can anyone help?
I had the same problem. The reason was because Eclipse didn't set up completely - there was some background tasks running (freezing actually).
Try to run Eclipse with another JRE version. I have this problem with 8u60, but everything is fine (as fine as it can be with Eclipse) when I use 8u45.
Off topic - I strongly recommend everyone to stop using Eclipse and go to Intellij IDEA. Your life will become much more happy.
UPD I faced that problem again with the new workspace, so maybe this isn't about JRE version. Try to wait a few minutes, reopen workspace again, this worked out for me.
Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain.
I want this to be able to comfortably read requirements from my code and at the same time code. This could be a question for superuser but it's Eclipse related so I guess I have better shot for an answer here.
Thanks in advance.
edit: I'm running gentoo linux and swt-3.7.1 with compiled in xulrunner support.
edit2: adding picture of gui menu in response to answer bellow.
Open Window / Customize Perspective... menu then on "Command Group Availability" tab find "Web Browser" entry and make sure it is checked. Then confirm that "Web Browser" is also checked on "Tool Bar Visibility" tab. Then you should see a web browser globe icon on toolbar that would open a web browser editor in the IDE.
Though you'll have to change settings on your picture to use "Internal Web Browser" then it will be opened as an Eclipse editor.
I know the question is old but I just had the same problem and was able to find the soloution.
The internal browser of SWT is using the webkitgtk browser engine. Because you're running gentoo I suppose you currently have net-libs/webkit-gtk:3 installed which is incompatible with SWT. But this is no problem because you can install the compatible net-libs/webkit-gtk:2 in a new slot.
Just install it like this:
emerge net-libs/webkit-gtk:2
After the package is installed the internal webbrowser is working again (for me)
Regards
Martin
On Ubuntu 13.04 using Eclipse it automagically worked, I was not sure which webkit I was missing, so I installed all that seemed relevant, if someone has pinpointed which it is, please comment,
Regards,
Gabriel Medina
aptitude install libqt4-webkit libqt5webkit5 libqtscript4-webkit libqtwebkit4 libswt-webkit-gtk-3-jni libwebkitgtk-1.0-0 libwebkitgtk-3.0-0
I have a j2me project that works fine in netbeans.
Since i need to develop a android version i have moved to Eclipse.
I have downloaded Eclipse ME and imported the j2me project.
Im able to run the app, but i dont get "Is It Ok To Use Airtime" permission.
I checked the jad and all the permissions are there. Emulator is "Sun Java(TM) Wireless Toolkit 2.5.2_01 for CLDC".
Any idea why the internet connection is not working?
Anyway i found the source of my problem. As i expected it had something to do with the settings. In WTK (install_folder/bin/ktoolbar.exe) there is section "Security" under Edit/Preferences. I set "Security domain" to "manufacturer". Saved and exit. In Eclipse i right click the project and under either "Run as" or "Debug as" i selected "... Configuration". Under "Emulator" tab the security domain property had to match up (manufacturer). After that all worked perfectly. Since first part of the problem was hinted in one of bhakki links im awarding bhakki for his time and effort put into my problem.
See this article. Here clearly described briefly. Even you can check also this article.