Eclipse Java EE plugin - eclipse

I want an Eclipse Java EE plugin which I can install directly from Eclipse.
I searched about it on Google and found some ones but couldn't figure out how to download them directly from Eclipse.
One plugin I found was WTP but couldn't find the location of the WTP repository that I can enter in the Eclipse's Software Update tool.
I am using Eclipse 3.4.2 (Ganymede)

I warmly suggest to install Eclipse IDE for Java EE developers which already includes the Web Tools Platform (WTP) and much more (see this page for a full comparison).
As an alternative, you can download a zip of the Web Tools from here or install it via Update Manager using this URL:
http://download.eclipse.org/webtools/updates/

If you have Eclipse Galileo you should go to Help > Install New Software. Then the list of available sites to install updates will appear. You should add the WTP plug-in to this list, for example.
To do this, click on Add and enter the name and location (you can get this from the WTP site). Then, select this plug-in and click on Finish. That's it and it's valid to all plug-ins.

when you are searching do a comprehensive search http:// in eclipse
Google search the repository containing Java EE WTP
Install the new software in your IDE, restart your IDE, right click under the project explorer view, select new, the option for creating a dynamic web project should now be available. I did it using the luna version of eclipse which dose not have the default and now have the option.

Use
help---install new software--type http://findbugs.cs.umd.edu/eclipse
And go from there

Related

SAP HANA uses which Eclipse IDE?

My Main Question is which Eclipse IDE is used for SAP HANA development?
I am trying to build an application using SAP HANA, and a guide tells me to get an Eclipse IDE from the download site. However, I have found that there are a lot of version/type of Eclipse IDE, such that Eclipse for C/C++, for Java, for PHP, etc.
Which one should I choose to download and install?
You can download the basic eclipse installation.
Others installations have plugin pre-installed, but you can install them anytime you want through the update-site system.
You can download SAP dev tools plugins for eclipse on this adress
You choose the luna or kepler software site and add them in eclipse under :
Help > Install New Software > Add... : type in the url selected

Install Marketplace plugin on Eclipse Juno

I downloaded the Eclipse Juno 4.2 classic bundle, and saw that Help > Marketplace... was not available. AFAIK, this is provided by the mpc plugin. On their website however, I didn't see a trace of how to install the mpc client for Juno.
How can I add the Marketplace Client to the classic Juno bundle?
As far as I know, the Classic distribution does not contain the Marketplace client (and that is the only such official distribution). However, it is available for download.
Select Help/Install new software... from the menu, select the Juno update site (http://download.eclipse.org/releases/juno), and then look for the Marketplace client - it is in the General Purpose Tools category.
There is one More easy way to add Eclipse MarketPlace
1. Go to http://eclipse.org/mpc/archive.php and download mpc zip for your eclipse.
2. Than go to Eclipse -> Help -> Install New Software and Add and select Archive file Location
then press ok, it will check dependency and install it.
And Enjoy....

CXF for Eclipse 3.5

I've Eclipse 3.5.2 and I've a web service, under Windows-> Preferences I can't see CXF, I know it's available in Eclipse 3.6 but is there any way to make it available in Eclipse 3.5? Perhaps by downloading the CXF jars or something? My goal is to generate WSDL file from my web service interface.
I'm using eclipse indigo. so I'm not sure if this'll work for you.
If you go to Help > Install New Software. Look for the The Eclipse Web Tools Platform (WTP) software repository
I'm using Eclipse Indigo so its > http://download.eclipse.org/webtools/repository/indigo
Now it'll list different "Eclipse Web Tools Platform (WTP)" Versions, Select the latest one and you should see CXF Web Services under it. I'll just install the entire platform. you can also install the platform sdk if you like. See the image below for more info.
Install software http://www.greenkode.com/wp-content/uploads/2012/06/6-30-2012-12-58-24-PM.jpg

I don't have "Dynamic Web Project" option in Eclipse new Project wizard

I have download the Eclipse IDE for Java developer, HELIOS. I click 'File -> New -> Project...', but I only have "General, CVS, Java project, Examples". I would like to be able to create "dynamic web project", why do I not have this option?
I searched from internet, and the reason is probably I don't have Eclipse Web Development Tools, but how can I get it?
-----------EDIT-----------
I know by install Eclipse IDE for Java EE developer can solve the problem. But, I am working under Linux Ubuntu, how to get Eclipse Java EE version for Ubuntu Linux machine?
Not all of them are required (I think), but after installing the components listed below I got the "Dynamic Web Project" template added to my Eclipse (Indigo). The list is:
Eclipse Java EE Developer Tools
Eclipse Java Web Developer Tools
Eclipse Web Developer Tools
Eclipse XML Editors and Tools
You can install those packages by clicking on "Help" > "Install New Software", selecting the repository that corresponds to your Eclipse build (i.e http://download.eclipse.org/releases/indigo for Indigo). The packages are grouped under "Web, XML, Java EE and OSGi Enterprise Development".
I think you need the Web Tools Platform package for this. Not very sure though. You can add it to your current eclipse through Help > install new software.
Then add the software repository site location for WTP for your version of eclipse. This is how you can install plugins in eclipse.
"http://download.eclipse.org/releases/kepler"(If you have Eclipse Kepler)
Based on your eclipse choose above link and copy in
help>Install new software
paste in "work with" click add
give any name you want - plugin
In the list select>"Web, XML, Java EE and OSGi Enterprise Development">Eclipse Java EE
Developer Tools. select and install it.
After restart you will have your Dyanmic web project option.
Thank You.
Like me if it worked please
You only need to install
Eclipse Java EE Developer Tools
and you will be able to see "Dynamic web project" wizard.
Download Eclipse IDE for Java EE Developers, everything you need should be included inside. This is the most painless way of obtaining Web Development Tools.
If you want to leave your existing Eclipse IDE, you can go to 'Help -> Install New Software' and find WDT to install them, although I haven't personally tried to go this route, so I can't guarantee everything will work out of the box.
Edit: not sure if it's included in Ubuntu's repository. One other way to do it is to download Linux 32-bit (or 64-bit, depending on your machine) version of Eclipse EE, but you'll have to check if it's the source you have to compile yourself, or an already compiled binary.
Fwiw, I downloaded the standard Java EE version of the Mars version of Eclipse, and ran into the same deal -- didn't see a Web option if I tried File >>> New >>> Project wizard.
The good news: Probably no extra installation needed.
It looks like what I wanted was to select the Other option rather than the Project item (strangely this is what comes up when you hit Ctrl-N, but that also lets us know we're probably on the right track):
After you select "Other", you'll see the "Select a wizard" screen, where you can select "Dynamic Web Project" and profit.
HELP
Install New Software
In Work With input box paste this url: http://download.eclipse.org/releases/{version}/
Replace version with your eclipse's version (eg: LUNA)
Hit enter
Underneath box will have different options, select package of your need.
Maybe Eclipse WTP plugin has been accidently removed. Have you tried re-installing WTP using this location ? If I were you I would have reinstall Eclipse from strach or even better try Spring ToolSuite which integrates with Google Plugin for Eclipse seamlessly (usign Extenstions tab on STS Dashboard)
Just download any eclipse with "EE" letters
I had a similar problem, you may find that going to the top right corner of your page in Eclipse and click "Java EE" instead of "Java" will solve your problem. I had EE installed correctly like you, and this solved the issue for me. Hope I helped :)
Go to Eclipse --> Help
and click--->Install new software
then you can see a window ...There a click add
Then put below url in url box: http://download.eclipse.org/webtools/repository/juno/
i am having juno
if u have any other means put that name .
then click ok.
Make sure to check dynamic web app in "other section" i.e File>New>Other>Web or type in "dynamic web app" in your wizard filter. If dynamic web app is not there then follow following steps:
On Eclipse Menu Select HELP > INSTALL NEW SOFTWARE
In work with test box simply type in your eclipse version, which is oxygen in my case
Once you type in yur version something like this "Oxygen - http://download.eclipse.org/releases/oxygen"will be recommended to you in drop down
If you do not get any recommendation then simply copy " http://download.eclipse.org/releases/your-version" and paste it. Make sure to edit your-version.
After you Enter the address and press enter bunch of new softwares will be listed just ubderneath work with text box.
Scroll, find and Expand WEB, XML, Java EE .... tab
Select only these three options: Eclipse Java EE Developer Tools, Eclipse Java Web Developer Tools,Eclipse Web Developer Tools
Next, next and finish!
The easiest way to handle this is to install the full package installer with all weblogic add ons from the oracle site. This will install eclipse with all the features/plug ins you need.
http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-network-installer-2371168.html
This helped me find the "Dynamic web project" in Eclipse 2020-12 version. Restart the eclipse and go to file->new->other->web and you will see
project will be available.
This option might be missing because more than one and other than Tomcat runtime is selected. At the marked spot I was shown that I have selected Java JDK runtime. After unselecting it Dynamic Web Module reappeared.

How to make "Eclipse for Java developers" include Javascript capabilities?

I'm new to Eclipse, and have the following question:
I would like to use Eclipse to program java and javascript. I went to eclipse.org and downloaded "Eclipse for Java Developers", though there was also an option to download "Eclipse for JavaScript developers".
So the question is: How do I extend my "Eclipse for Java Developers" to include the JavaScript capabilities included in "Eclipse for JavaScript developers" ?
Is that even possible ?
Thank you !
Install Eclipse's WTP (Web Tools Platform) using the update site featured on the following page: http://download.eclipse.org/webtools/updates/.
To do this, you should:
1) Open up the software updates dialog (Help -> Install New Software...);
2) Click the 'Add' button;
3) Enter a suitable name (WTP), and the aforementioned URL;
4) Select whichever releases of WTP you would like to install;
5) Press 'Next' and follow the rest of the instructons.
(Note: The WTP update site may already be in the list of available sites in the Available Software dialog, so you should probably check before installing from scratch.)
welp's answer is the best approach.
You can overlay an Eclipse download over another Eclipse download. I do this to get the Java EE Eclipse and the source code for Eclipse.
You answer "No for all" when your unzip program asks you if you want to overlay files.
You can also start from Enide and install using update site, install button or p2f file.
Any plugin that depends on JSDT (e.g. Nodeclipse, JSDT-EXTJS, JSDT-jQuery, AngularJS-Eclipse) will be installed together with JSDT.
I know that this question is old but there are some news regarding the JavaScript (or let's say the direct web development in general) development in eclipse:
http://eclipse.org/orion/