which J2EE IDE support tomcat-8.5.11 and JDK 7 - eclipse

i want to use tomcat-8.5.11(64-bit windows) and jdk-7u80-windows-x64 for creating web-application so which J2EE support both version.
i use Neon J2EE 64-bit but it gives error while open eclipse it required JDK-8 version.
so i want to configure tomcat-8.5 server and java compiler jdk-1.7 in eclipse.

Related

Can't install glassfish server in eclipse oxygen

Hi I am using Eclipse Oxygen in Ubuntu 18.4 with Oracle Java 10. I tried to install glassfish server in Eclipse but failed. every time I tried it said java development kit is required instead of JRE. I had given the path "/usr/lib/jvm/java-10-oracle". Even if I put the path as "/var/cache/oracle-jdk 10-installer/",it says "Java installer not found in the specified folder". i am putting the two screenshots here for your reference. Please help.Here are the 2 screenshots for the above two cases
[Note that in this answer I am assuming you are using GlassFish 5.0, which is the latest version]
GlassFish will not currently work on Java 10 due to the JPMS (module system). You need to use Java 8 instead.
You should also be aware that you need specifically Java 8u161 or lower for GlassFish, but the latest release of Java 8 can be used with Payara Server which will work in the same way as GlassFish.
If you really need to use GlassFish on a version of Java 8 higher than u161, then you can use the latest 5.0.1 nightly build

Does Eclipse Java EE IDE come with Tomcat?

I am wondering if I need to download and install Tomcat separately or if it comes with the latest version of Eclipse EE?
You will need to download Apache Tomcat separately, but you are not required to install it. In fact, it's simpler if you don't. The best layout supported for getting the required Java EE runtime libraries from Tomcat as well as launching it from Eclipse is the one from the unpacked tar/zip files.
Apache Tomcat and Eclipse has different types of license, and AFAIK Eclipse is "more free".

What is the equivalent of sysdeo for developing applications in Eclipse Helios for Websphere 7?

What is the equivalent of sysdeo for developing applications in Eclipse Helios for Websphere 7?
I am looking for a plugin that allows the deployment and debugging of Java EE applications in Eclipse using WebSphere.
You need to have Eclipse IDE for Java EE Developers (not necessarily Juno) edition and install WebSphere® Application Server Developer Tools.
Another option is to use Rational Application Developer for WebSphere Software which is an Eclipse based environment for developing WebSphere applications.

How to debug on local jboss as 7 using Eclipse 3.7

I am using Eclipse 3.7 and I added JBoss as 7.1 server.
I want to know how to debug a Java EE application deployed on this local server using Eclipse?
What is the needed debug configuration that I should use?
Note that I am using JBoss Tools.
I found the way!
its pretty simple, just install Eclipse indigo 3.7.2
and install jboss web tools 3.3 beta1 (the current newest release)
and add jboss application server 7.1.1 Final.
and right click your application (in eclipse) --> debug as --> server --> choose jboss as 7.1.1 and it will run smoothly in debug mode.
Note: I was unable to debug my application as I used older version for jboss tools.

Eclipse - JBoss 4.2.0GA runtime with JRE System Library [JavaSE-1.6] interoperability

Is JBoss 4.2.0GA operational with JavaSE-1.6? I have openjdk installed in Ubuntu. Whenever I am trying to set the Properties of a Dynamic Web Project to
JBoss 4.2 Runtime
JRE System Library [JavaSE-1.6]
The project explorer of Eclipse showing an error beside the project name.
Is JBoss 4.2.0GA operational with JavaSE-1.6?<<
Absolutely, this is what we use in production.