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
3
votes
2 answers

Myeclipse is throwing some error when i debug server

When i try debug server . Myeclipse is showing some error. Perspective switch job has encountered a problem.An internal error has occurred. java.lang.NullPointerException. And after that it hangs. Here is the attatched error message pic. And here…
uhs
  • 838
  • 1
  • 7
  • 21
3
votes
3 answers

Rename Project Name in MyEclipse

I have imported a project in myeclipse. This project a java web project developed in struts. The name of the project is NI-PROJECT. I deploy this project in tomcat6. The deployment location of the project is…
Waqas Ali
  • 1,642
  • 4
  • 32
  • 55
3
votes
2 answers

How to install PMD plugin in MyEclipse without using software update?

I think due to network restictions in my company I am not able to install PMD using Sotware Update->Find and Install. I tried these sites http://pmd.sourceforge.net/eclipse http://pmd.sf.net/eclipse but network error occurs 'Unable to access ' Is…
george mammen
  • 31
  • 1
  • 2
2
votes
2 answers

Unable to increase MyEclipse heap memory ( Xmx)

I have MyEclipse version 8.5. I increased heap memory by changing the value of parameter -Xmx from 1024m to 2048m in the file .../MyEclipse/myeclipse.ini file and restarted MyEclipse, a large dialog box appears and MyEclipse does not start. When I…
Ali
  • 7,810
  • 12
  • 42
  • 65
2
votes
5 answers

Is Developing Maven war apps in MyEclipse worth it?

My organization has made an upper level decision to move to maven as the standard build tool for Java projects. I have been tasked with helping our local teams migrate projects over to maven. One of the core tools that is in play is the MyEclipse…
Mike Cornell
  • 5,909
  • 4
  • 29
  • 38
2
votes
2 answers

Getter/Setter methods of MyEclipse

I need to know which is the language used in the template code used for generating getter/setter methods in MyEclipse. 1) I want to use my static utility method in the getter/setter method template code of myeclipse. 2) I want to invoke my utility…
Makrand
2
votes
4 answers

How can I get my JavaScript, referencing a var defined externally, to validate?

I have an HTML file with a couple of external JavaScript files. Here's an example, somewhat simplified from the real HTML and JavaScript files: Control Page
Eddie
  • 53,828
  • 22
  • 125
  • 145
2
votes
1 answer

How to use image type in hibernate?

I am using myeclipse to reverse engineer from ms sql server to hibernate. and I found when there are a column with the type 'image' in database, after I reverse engineer the table, the 'image' column was converted to 'String' in table definition. So…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
2
votes
0 answers

jar file in Build Path not deploy into WEB-INF/lib folder

I am getting error below when I deploy my project in tomcat: java.lang.ClassNotFoundException: org.apache.log4j.rolling.RollingFileAppender It was due to missing of apache-log4j-extras-1.0.jar library. So I add the required jar files into my build…
Newbie
  • 1,584
  • 9
  • 33
  • 72
2
votes
1 answer

Is it possible to view only deleted files in eclipse SVN team synchronization?

I want to view only deleted files when synchronizing my changes which is currently showing all types of files - updated, added, deleted. Thanks.
Derrick
  • 3,669
  • 5
  • 35
  • 50
2
votes
1 answer

Unable to Install Darkest Dark Theme MyEclipse

(MyEclipse Version: 2017 CI 4) I had the "Darkest Dark Theme" (https://marketplace.eclipse.org/content/darkest-dark-theme) installed in my eclipse, and tried updating but it failed. I uninstalled the theme from the marketplace, to try installing a…
ChekTek
  • 175
  • 2
  • 10
2
votes
4 answers

An internal error occurred during: "Initialize metrics". com/genuitec/eclipse/core/gsdc/GSDCController

When I run myeclipse 2015 stable cn 1.0, I got the following error message: An internal error occurred during: "Initialize metrics".com/genuitec/eclipse/core/gsdc/GSDCController How do I resolve this problem?
XBroder
  • 187
  • 1
  • 2
  • 8
2
votes
2 answers

MyEclipse Remove Server Connectors

Not a programming question per se, but does anyone know how to remove the default MyEclipse Derby and MyEclipse Tomcat servers in 2015 CI? I have googled and looked through the xml/ini files without a solution
Steve Salowitz
  • 1,283
  • 1
  • 14
  • 28
2
votes
1 answer

Dependencies are not deploying into tomcat

Recently I just switched from Myeclipse 2014 (spring version) to Eclipse Java EE. having add tomcat 6 and afterwards deploying my web project(war packaging) into that, seeing that none of it's dependencies added into folder WEB-INF/classes and I get…
Khoda
  • 955
  • 2
  • 14
  • 42
2
votes
0 answers

import maven web project in myeclipse error with subversion plugin

when i import a web project builded by maven from my local disk,myeclipse(version 10.7.1) happened to tell that maven build error ,the error description is "No marketplace entries found to handle svn-revision-number-maven-plugin:1.13:revision in…
husd
  • 31
  • 5
1 2
3
28 29