Eclipse Indigo "Install new Software" has "Next" button disabled in Ubuntu 10.04.4 - eclipse

I just downloaded the Eclipse Java EE IDE (64-bit) for Ubuntu 10.04.4. I was trying to install some plug-ins by using Help --> Install New Software. But when I select any site in the consequently appearing dialog-box, the "Next" button is not enabled.
I tried un-installing and re-installing eclipse, getting the tar file of eclipse, even the classic IDE of eclipse, running eclipse as root and nothing seems to work.
Can somebody tell me what's wrong?
P.S. I am attaching a screenshot of the problem

It looks like the install dialog got squeshed vertically. There should be a big table of stuff to install. Try making the dialog bigger.

Click on already installed link and see if the plugin is already installed. Uninstall it -> Restart -> Repeat -> Next button should be enabled

Related

Eclipse Marketplace Install pending

I just installed a new version of eclipse IDE(2020-12) and tried to install the plugins I had on the older version but had no success.
As shown in the picture, when I find the plugin in the Eclipse marketplace and click install, "install pending" shows up and nothing happens. I neither get any pop-ups that ask me to proceed with the installation nor see any progress at the bottom right of the eclipse window. For the older version(2019-06), I can install without any changes in preferences or some other sort of settings. I wonder what could cause this issue?
I have the same problem but it works via update site: http://editbox.sourceforge.net/updates
From Eclipse menu open: Help->Install New Software and paste the link.
I think the problem is with Editbox but I can't figure out what exactly is wrong (I'm the author of the plugin).

Unable to create JFrame even i installed Windowbuilder in my Eclipse IDE

I have already installed Windowbuilder in my eclipse IDE Mars it worked fine before, but after Eclipse latest changes i am unable to install windowsbuilder with the provided URL of specific IDE Windowbuilder. later i figured out that we must install the Windowbuilder by downloading the repository.zip file. i have downloaded and installed it but still unable to create a JFrame in my Java Project. But what i am confused is i am able to paste a SWT/AWT code in a simple Java Class file and able to execute it.
have installed the repository .zip
No JFrame found after installation.
updated error
GO this route as it has worked for me: Go to help menu in eclipse go to "About Eclipse" in the bottom left corner click on "Installation Details", click the "installed software" tab, search for window builder and click to delete all features for it. Restart Eclipse, then instead of installing window builder using the "install new software" menu in help, open eclipse market place, search for window builder and install it that way, when you get the options you want to install click on Swing that lets you create JFrames. If that does not work, download a new copy of eclipse and go back to the market place and install window builder again, its possible you have conflicting plugins in your installation. I was able to install it in 2018-09 just yesterday, if that still does not work please comment.

Missing parts of Help Menu - Eclipse Luna

I'm working in Eclipse Luna, after install Oracle Enterprise Pack for Eclipse (OEPE) Help Menu shows with missing items. I'm attaching a screenshot
Missing items:
Also, I checked the Menu Visibility:
Check for updates
Install New Software..
Installation Details
and So on..
Any ideas?
Look in 'Window > Customize Perspective'. Select the 'Menu Visibility' tab and open the 'Help' section. You should be able to enable the missing menu items there.
I faced the same issue after updating STS based on Luna with OEPE,
It works back after deleting all Oracle related files from the plugins folder.
Then i did proper uninstall from market place.
Install Back OEPE but with only selecting
Oracle Java EE tool
Oracle Weblogic Server Tools
unchecked every thing else, this worked for me.
EDIT: ok, i've found the solution, first uninstall eclipse (in arch that would be pacman -Rcns eclipse) then head to ~/.eclipse/ you'll see that it kept gtk setting of previous version of eclipse delete all of it, then install eclipse again.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
this isn't an answer but since my reputation is < 50, i'll post here
i have similar problem with Gere, i'm running manjaro linux, and eclipse luna 4.4.1.1 and while in Gere case the option is shown in Windows/Menu Visibility in my case it only shows
1. Welcome
2. Help Contents
3. Search
4. Dynamic Help
5. Tips and Tricks ...
6. About Eclipse
this is exactly the same as shown in Help menu
there are no option for update, nor to install new software
so apparently the problem wasnt in menu visibility as previously in kepler it was ok, the problem only occured after updating to luna, and removing+installing doesnt help
I had the very same problem with Eclipse Luna on my Debian.
I did a "mv ~/.eclipse ~/.eclipse-old" (for safety :) ), restart Eclipse and get the "install new software" menu back.
I then remove the ~/.eclipse-old directory
I had similar issue Gere. I went to eclipse/plugins folder, search everything with "oracle" and deleted them. Once I did that I restarted the Eclipse and voila I got back my eclipse. I hope this helps.

Not able to get SVN for Eclipse on Ubuntu 12.04

I am trying to install svn plugin for eclipse, through help-->Install New Softwares tab, when I type http://subclipse.tigris.org/update_1.6.x in the work with tab and press on Add button, I do not see any options as shown in http://www.mkyong.com/eclipse/how-to-enable-subversion-svn-in-eclipse-ide/ link.. Any idea on whats wrong?
I am running Eclipse Indigo on Ubuntu 12.04
Thanks
Choose Help|Install New Software.
At Dialogue Click on Add
You should get the "Add Site" Dialogue.
In Name, type Subclipse.
For Location: http://subclipse.tigris.org/update_1.6.x
Then Click "Ok".
Is this what you are doing?
You should try installing it from Ubuntu's package manager (the "Software Centre").
You can generally be sure software packaged with the OS is all the same version, and dependancies are generally handler for you.

Glassfish 3.1.2 and Eclipse Indigo Plugin

My freshly installed Eclipse Indigo SR2 with the new Glassfish 3.1.2 Plugin creates on every start a new "Internal GlassFish 3.1.2" Server.
How can I prevent this behavior? Does somebody already use this configuration?
This bug has been recently fixed - here is the guide how to install the new fixed runtime plugin: https://blogs.oracle.com/piotrik/entry/bug_fix_for_eclipse_runtime
I've faced the same issue and my workaround is uninstall the "Glassfish 3.1.2 Application Server Runtime" from the Eclipse. Please make a full backup for our Eclipse first.
It can be done by the following step: -
Go to "Help" menu ---> "About Eclipse".
Click "Installation Details" button.
The system will display the "Eclipse Installation Details" windows.
Go to "Installed Software" tab.
Find the "Glassfish 3.1.2 Application Server Runtime" in the list and click it. Please note it is sorted alphabetically.
Click "Uninstall..." button
The "Uninstall" windows will display, please review and click the "Finish" button for uninstalling.
Edit: We need to start the Eclipse with "clean" option after it is uninstalled.
I download the Glassfish 3.1.2 Open Source Edition form here and install to my machine. Then register the new installed Glassfish 3.1.2 to the Eclipse.
Regarding to my opinion, I thought that it would be nice if I use the Glassfish out side the Eclipse plugin / workspace folder.