are eclipse juno and tomcat compatible - eclipse

I was able to write and test my servlets just fine using Eclipse Indigo and Tomcat, then I loaded Eclipse Juno with ADT (Android Development Tools) and suddenly it won't run Tomcat. I cannot even see anyplace where I can tell Eclipse that I need to use a server.
I have tried re-downloading Tomcat but that doesn't work as it doesn't send me an executable that I can run and install. Tomcat 7.0.39

Did you download the same Juno package as you did with Indigo? I'm guessing you accidentally got the download for "Java" rather than the one for "Java EE". Got to Help->Install New Software, and from the Juno site, choose the "Eclipse Java EE Developer Tools".

Related

Glassfish Tools plugin for Eclipse Luna SR2 not working

I always install Glassfish Tools using Eclipse Marketplace or just downloading additional adapters in Eclipse Servers > New > Server.
For some reason, when moving from Eclipse Luna SR1 to SR2, the new plugin doesn't install the adapter (the "New Server" window doesn't shows Glassfish as an option), and when trying to manually download the Glassfish adapter, clicking at Download additional server adapters..., the Glassfish adapter is not shown.
Is there any bug in this version?
Something has changed in Oracle that the plugin is not available?
Make sure that you are running Eclipse with Java 8. The latest version of GF Tools for Eclipse requires Java 8 to run. You can still compile your projects with an earlier version of Java, if that's necessary.
To check the version of Java that you are running, go to Help -> About -> Installation Details -> Configuration.
To force Eclipse to use a particular JRE install, edit eclipse.ini file and add the following two lines at the start of the file:
-vm
[path-to-jre]

Why do I not have GlassFish option on eclipse?

I am trying to get GlassFish server working on my Eclipse Luna (with WTP installed).
However, I do not have a GlassFish Server option in the Download Additional Server Adapters there:
Also, when I try to download a Mojarra library for my JSF project, I don't have an option to install GlassFish either:
How should I install GlassFish server and tools on my Eclipse Luna?
You should install this plugin. Brought up by a simple google search of glassfish plugin eclipse luna
I was facing same problem and found below steps as the solution by installing pulgin..hope this will help:
install Oracle Enterprise Pack for Eclipse (OEPE) from eclipse market place which includes Glassfish support for eclipse.
And remember that when you are installing J2EE SDK you will get the Glassfish in it. you don't need it separately.
And eclipse required plugins to be installed for glasssfish.
Instructions for installing Plugins:
Open Help menu > select Eclipse Market Place.
Write OEPE in search box > select Oracle Enterprise Pack for Eclipse from the List and Press Install button.
After installing this plugins when you choose from server, GlassFish server option will automatically be in the list if you have installed J2ee jdk.
Change your jdk version to jdk8.. it worked for me when I upgraded to 8.

how to upgrade from juno to kepler for eclipse?

I'm using Eclipse IDE juno , I need to upgrade my eclipse to kepler for developing J2EE applications, in my IDE help menu i tried to install new software and i also added kepler related download site , then it installed some updates after I restarted my laptop but it is not showing me option for developing J2EE applications. Help me please, without installing the complete eclipse ide.
Both Juno and Kepler are separate eclipse IDE hence you need separate installation for Eclipse Kepler and keep your original juno installer. You can download it from Here

Install new jboss server in eclipse luna

Anybody knows how to install a jboss 4.2 server in new eclipse luna?
When you try to add new server, jboss option doesnt appear.
I have installed jboss tools and then jboss AS option is available, but i just want jboss.
Thanks in advance!!
Install JBoss Tool for Luna. The only feature you need is JBossAS Tool.
Eclipse Luna is distributed without the useful "Generic JBoss configuration" server options.
However, I tried to import from Kepler version and... it works! :P
My steps:
1) Download Eclipse Kepler J2EE edition (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2)
2) Download Eclipse Luna J2EE edition (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunar)
3) Extract both downloaded zip files.
4) Copy org.eclipse.jst.server.generic.jboss_1.6.100.v20130422_1357 folder and org.jboss.netty_3.2.5.Final-20130531-2315.jar file from plugins folder of Eclipse Kepler to plugins folder of Eclipse Luna.
5) Start Eclipse Luna, do a poker face and add Jboss to the server view :)
Happy working.
Kepler only has Jboss AS 5 and below. Another approach I found - For JBoss AS 7 and 8 server runtimes, point your eclipse to the update site url: http://download.jboss.org/jbosstools/updates/stable/luna/,
This has so many components.. all we need for server integration is: JBoss Web and Java EE Development -> JBoss AS Tools. If you select only this component and install, its a small download without the full blown jboss tools installation.
Version: Luna Service Release 1a (4.4.1)
Build id: 20150109-0600
In IDE do next:
Help -> Install new software
In this window click "ADD" and add URL:
http://download.jboss.org/jbosstools/updates/stable/luna/
In list check "Jboss Web and Java EE Development"
After those operations eclipse should be restarted.
Y have new env in IDE for start apps in JBoss.
To be continue
==> 73

No "JavaEE" perspective even after installing Web,XML,... in "Eclipse-for Java Developers edition"

So the situation is like this ...I am having "Eclipse Indigo for Java Developers"....
and now i need to develop some web applications(dynamic web projects)..so i went to "Help" in eclipse menu :
Help > Install new software
and downloaded the whole bundle "Web,XML,JavaEE and OSGi Enterprise Development"...
but after that too there is no JavaEE perspective in eclipse..only java perspective..
I have checked in "Other" section too of perspective..but unable to find it..
What am i doing wrong here ??
I am on windows 7 ,64 bit and running android-sdk/tools perfectly !!
Unless you have a reason to stay on Indigo, you could just download and install the Juno version of "Eclipse IDE for Java EE Developers" (http://www.eclipse.org/downloads)
Keep your existing workspace (make a backup of it if you want). Install eclipse (unzip). Start eclipse and point it to your existing workspace.
If you installed plugins for eclipse Indigo, you will need to install them again for the Juno version.