Top "Myeclipse" questions

Commercial J2EE IDE and Web development tool suite for the Eclipse open-source platform.

What is the difference between Eclipse and Myeclipse

I want to develop java dynamic web application that make use of struts2 and hibernate. I am familiar with Eclipse …

eclipse difference myeclipse
Entitymanager causing memory leak?

I have a slow memory leak in my Java application. I was wondering if this could be caused by not …

java jpa myeclipse
In jsp: String cannot be resolved to a type

<% String bn=request.getParameter("branch"); if(bn.equals("MK")){ %> I am getting error in myeclipse that String cannot …

jsp jsp-tags myeclipse
regex to find files containing one word but not another

I am trying to quickly find all .java files which contain one term but are missing another term. I'm using …

regex eclipse myeclipse
Why http://localhost:8080 available while 127.0.0.1 not? (JSP on MyEclipse+Tomcat)

The System's hosts file is fine, 127.0.0.1 localhost is there... Ping 127.0.0.1,or my IP, the result is also fine.. Myeclipse's version …

java jsp tomcat localhost myeclipse
jboss can't deploy enterprise application project

I created an Enterprise application project with eclipse with 3 separated project: Test, TestEJB and TestWeb, I created Person.java, IPerson.…

jpa-2.0 ejb-3.0 jboss7.x myeclipse
How to disable MyEclipse visual HTML designer

My computer lags for several seconds when I open an HTML file in MyEclipse, or make a major change to …

eclipse myeclipse
Unsupported major.minor version 51.0 error after moving from IntelliJ IDEA JBoss to MyEclipse Tomcat

I am getting a Unsupported major.minor version 51.0 error after moving from IntelliJ IDEA JBoss to MyEclipse Tomcat. Everything was …

java spring tomcat myeclipse
JAVA_HOME or PATH or BOTH?

I was watching the Android development video and they asked us to install JDK and create JAVA_HOME environment variable. …

path myeclipse java-home
synonyms of `sout + Tab` shortcut in IntelliJ IDE for MyEclipse

I using sout + Tab shortcut in IntelliJ IDEA for System.out.println(); statement. I want know if there are any …

java intellij-idea myeclipse