Questions tagged [myeclipse]

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

MyEclipse is the commercial Eclipse plugin-based solution for all your UML, AJAX, Web, Web Services, J2EE, JSP, XML, Struts, JSF, Java Persistence, EJB, extended database support and application server integration needs.

430 questions
151
votes
8 answers

Mvn install or Mvn package

I am new to Maven, I have a Java based web project with maven configured in my MyEclipse. Now if I modified any java files then do I need to do Run as -> Mvn install or Mvn package?
user2192023
  • 1,601
  • 2
  • 11
  • 12
73
votes
4 answers

Eclipse shortcut keys are not working suddenly in Windows

Eclipse shortcut keys are not working suddenly in Windows. Even basic needed shortcut keys like 'ctrl + F' and 'ctrl + c' don't work. I hope that if eclipse is restarted, it would work, but I cannot restart as my applications are running in eclipse.…
Sun
  • 3,444
  • 7
  • 53
  • 83
29
votes
7 answers

Out of memory error in eclipse.why?

When i create a new project in "Eclipse" IDE.Suddenly it shows an alert message "Out of memory error".I cannot identify the reason. If any one know the reason please tell me.
sivakumar
  • 291
  • 1
  • 3
  • 3
17
votes
7 answers

ClassCastException while parsing XML with WebLogic

I'm getting the following error message: java.lang.ClassCastException: weblogic.xml.jaxp.RegistryDocumentBuilderFactory cannot be cast to javax.xml.parsers.DocumentBuilderFactory I've gone through some forums researching this. They said to remove…
rose
  • 171
  • 1
  • 2
  • 5
16
votes
2 answers

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 a file that's already open. I suspect that the WYSIWYG part of the visual HTML designer is responsible; is there a way to turn that off but retain…
Pops
  • 30,199
  • 37
  • 136
  • 151
15
votes
3 answers

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. I already have MyEclipse installed and I previously had setup the PATH variable(giving it the directory of JDK), do I still need…
shubham srivastava
  • 309
  • 1
  • 2
  • 8
14
votes
6 answers

How to overwrite files in the WAR file during maven build?

I have a Java webapp project that I develop in Eclipse (more precisely MyEclipse 10) and build using Maven 3. I have the following layout (including only the files relevant to my problem : project root |-- src | |-- main | | |-- java | | …
Pierre Henry
  • 16,658
  • 22
  • 85
  • 105
13
votes
4 answers

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 MyEclipse 10.7 and its 'Search | File Search' feature, which supports regular expressions. Will regex work in this scenario? What would the…
Fred
  • 335
  • 1
  • 6
  • 22
12
votes
4 answers

Entitymanager causing memory leak?

I have a slow memory leak in my Java application. I was wondering if this could be caused by not always closing the Entitymanager when used. However using myeclipse to generate DB code, I'm getting methods like this: public Meit update(Meit entity)…
GBa
  • 17,509
  • 15
  • 49
  • 67
12
votes
4 answers

Where to put a properties file in Java?

I tried to read a .properties file in Java and have the following code: public final class Config { static { Properties properties = new Properties(); InputStream propertiesStream =…
CSLearner
  • 121
  • 1
  • 1
  • 4
11
votes
6 answers

I would like a recommendation for a book on Eclipse's Rich Client Platform (RCP)

I have read through several reviews on Amazon and some books seem outdated. I am currently using MyEclipse 6.5 which is using Eclipse 3.3. I'm interested in hearing from people that have experience learning RCP and what reference material they…
bruceatk
  • 5,118
  • 2
  • 26
  • 36
9
votes
8 answers

MyEclipse 10 does not start "Java was started but returned exit code 13"

I saw that there are few topics with the same exception, but the solutions does not work on my side. My specs: Windows 7 64 Bit Java 1.6.0_33 64 bit installed (Path-Variable is set) MyEclipse 10 installed Some days ago it worked all fine. Now I…
Al Phaba
  • 6,545
  • 12
  • 51
  • 83
8
votes
2 answers

How to create MyEclipse shortcuts to open multiple workspaces ?

I have two different MyEclipse workspaces containing a different set of project. I was hoping to avoid having to switch between the two by creating shortcuts which directly open the workspaces. Is this possible ?
Soumyaansh
  • 8,626
  • 7
  • 45
  • 45
7
votes
2 answers

Importing an existing Eclipse project into MyEclipse workspace

I am trying to import an existing project into my ECLIPSE wORKSPACE . While importing the project into Eclipse using the (Existing Projects into Workspace ) option from eclipse , i have got the following screen shot . Now my question is What does…
user663724
7
votes
1 answer

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 but new to MyEclipse. Both IDEs looks same if compared with UI. What are the features of Myeclipse ? Which IDE will be better option…
Parth Pithadia
  • 276
  • 1
  • 3
  • 18
1
2 3
28 29