Cant create Eclipse WindowBuilder class - eclipse

I installed the WindowBuilder plugin for Eclipse Oxygen.
When I right click on the src package of a project -> Other... however, I do not see the WindowBuilder Folder where I could create a SwingBuilder or SWTBuilder class.
I tried reinstalling it over the marketplace and the Install New Software option, but it doesn't seem to work.

Ok, I solved the problem, but it was pretty complicated (for me) and I dont know if you have to follow all steps to make it work.
My steps:
1) I updated from java 11 to java 14
2) I uninstalled eclipse oxygen and installed the newest eclipse version (2020-03)
3) I installed the WindowBuilder plugin and it worked
Note:
As far as I know, you need another plugin to make java14 work in eclipse. I downloaded Subclipse to do that.

Related

run as testNG is missing

The option runAs->TestNG on xml file is missing somehow on my eclipse,
I tried to install the eclipse from scratch and now I have Version: 2018-12 (4.10.0).
Also I have latest JDK and JRE testNG is installed as far as I see and when I want to install them again I have a problem.
All the threads that i saw till now nothing helped me and i tried all the solution as i wrote maybe you have any idea
the only solution i founded till now is that i need to install eclipse from scratch and convert the same project again to TestNG and to copy the old XML to the new one, if its the latest eclipse than to download the beta version of TestNG
There is an issue with the TestNG plugin and Eclipse 2018-12 (https://github.com/cbeust/testng-eclipse/issues/408). You can use the current beta version from https://github.com/cbeust/testng-eclipse.
If the picture above of your installed software is the current state of your Eclipse 2018-12 setup, it cannot be a clean install. The version 6.14.x of the TestNG plugin is not compatible with 2018-12. It is not possible to install the plugin with Eclipse. Either the existing Eclipse directories are reused or the plugin directories have been added manually. It is important to remove them. After that, it should be possible to install the version 7 beta of the TestNG plugin.
It should look like this:
With this setup, you will get your context menu entry for TestNG:

Luna - Could not create the view: org.eclipse.wst.server.ui.ServersView

I am using Luna "eclipse-java-luna-SR2-win32-x86_64" I am not able to open the server view, it is giving error "Could not create the view: org.eclipse.wst.server.ui.ServersView".
Can anyone help me on this.
The problem is at the install, if you choosed the java development environtment, the web development tools doesn't install. You must to go to the Install New software, and search for web development tools like the pic.
Eclipse - Help - Install New Software...
Good Look!
That build of Eclipse Luna just contains code for Java developers. The view that cannot be found is part of the Web Developers component of Eclipse.
You can either install the missing components in your existing Eclipse or download a version of Eclipse which contains that view (maybe 'Eclipse IDE for Java EE Developers'). Also consider moving to Eclipse Mars which is newer.
Just in case ...
If you have upgraded your eclipse to Luna from an older version, you need to let Luna construct your new workspace, and then copy and import projects from your old workspace. Otherwise many problems, such this, would hamper the proper functioning of your workspace. For example, Maven may somehow not resolve properly. Your server view will be referencing for resources in a version of WST non-existent in the new IDE version.
When you upgrade from Luna to Mars, you will have to let Mars reconstruct your workspace again.
For Spring Tool Suite 4 Version: 4.17.2.RELEASE
Below settings work
(in STS 4) Help - Install New Software...

Can I directly shift my project to Eclipse Luna from Eclipse Juno?

I am working on a project in eclipse Juno. And I see that Eclipse has a latest version as Luna.
Can I directly Shift my Juno Project to Luna.?
or
do I have to make some changes.?
This depends on how large your project is, and how many technologies it uses.
I did this for an enterprise project, and the steps were pretty straightforward:
Setup the Luna IDE (i.e. install all necessary software from update sites and such)
Copy-paste your Juno workspace (keep the old one)
Launch Luna IDE with pasted workspace. Check for any compile errors.
If all is okay, then switch JDK7 to JDK8, and change the workspace compiler to 1.8
I would suggest to import the project in a new workspace with Eclipse Luna, then try to install all the plugins you need and check the project setup so that everything works.
With this way you always can open the old working workspace with Eclipse Juno while you're doing the migration.

Eclipse, no web project in wizard

Trying to import some code I wrote in intelliJ and I came across a problem on my main workstation, my Eclipse Juno has no option to create a new web project, however on my laptop Eclipse Juno in there has the option, which is odd because it's the same version of Eclipse, any thoughts on how I should be able to start a web project?
Edit Thanks Andre, yeah I have the wrong Eclipse but I have so much in my workspace it isn't viable to reinstall it, also getting it to work on Ubuntu was a bit of a pain; I was looking for a single repositry for the EE web tools, thanks.
Thanks to Andre for the answer, you can find the WTP plugin in the marketplace, unfortunately Juno does not have Marketplace as default therefore you must use Juno software repository URL in the install new software section of Eclipse to download and install the Marketplace

Eclipse Java EE - Galileo - Unable to view plugins

I am new to Eclipse so I am having a hard time troubleshooting this problem. I have a new installation of Eclipse Java EE - Galileo on Windows, and I am unable to see any changes made in the IDE after installing plugins. I have verified that the plugins are installed via installation details, but see no changes made.
For example, after installing the maven integration plugin m2eclipse I go to File->New->Project ... and I have no option for maven. After installing the QuickRex plugin I have no view for it etc.
I have tried re-installing the plugins, re-installing Eclipse, and starting Eclipse with the -clean option, but nothing has resolved the issue.
Any ideas? Thanks!
Ok. This is just a wild guess but could you start over with a fresh install and make sure that you uncheck the option Contact all update sites during install to find required software as shown below:
alt text http://img717.imageshack.us/img717/8039/screenshot003ao.png
I faced a similar problem (on another platform than yours), some updates were "disabling" all my plugins. Not checking this option allowed me to work around this issue.
Follow-up: You'll need to install that Zest stuff manually from the GEF update site:
alt text http://img339.imageshack.us/img339/8003/screenshot003rl.png