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
6
votes
4 answers

"build.properties does not exist" error in MyEclipse

I using MyEclipse 8.6.1 for development my applications. I get "build.properties does not exist" errors in some project, but workspace compiled and run without problem, only error image(a red image) shown in project root. I search in frume for solve…
Sam
  • 6,770
  • 7
  • 50
  • 91
6
votes
3 answers

How to terminate previous debug session when new one is launched?

In Flash Builder 4 you are able to have the previous debugging session be terminated as soon as you launch a new one. In eclipse previous debugging sessions stick around until you manually terminate them. Does anyone know if it is possible to have…
Mike
  • 8,137
  • 6
  • 28
  • 46
6
votes
1 answer

How to increase the resolution of image in PDF renderer?

I want to increase the resolution of a image. I used PDFRenderer-0.9.0 jar . It is downloaded from java.net for converting PDF pages to images. I want to Convert 46_2.pdf PDF file to image . The converted 46_2.png image is small with dimensions…
UdayKiran Pulipati
  • 6,579
  • 7
  • 67
  • 92
5
votes
2 answers

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 synonyms of above shortcut in MyEclipse?
Sam
  • 6,770
  • 7
  • 50
  • 91
5
votes
2 answers

MyEclipse 10 autocomplete not working

I have recently got MyEclipse 10 in work and the autocomplete feature has stopped working and I have no idea why. Now the weird thing is, it works fine for the JSP project. In my work we have a online GUI which is created using JSP and runs on the…
AdamM
  • 4,400
  • 5
  • 49
  • 95
5
votes
7 answers

MyEclipse: Is still worth to use it?

Since 2005 we are using MyEclipse as our standard development tool. We use it mainly for for Java applications, but from time to time we use it also for Groovy and may be other stuff, like DB navigator, etc. Our licences should be renewed in a…
Luixv
  • 8,590
  • 21
  • 84
  • 121
5
votes
5 answers

Why does MyEclipse's Hibernate Reverse-engineering creates multiple classes when mapping certain tables?

I have a table in my MYSQL database which does not have a primary key, but has a unique key on two columns. When using MyEclipse's Hibernate reverse engineer tool to create a mapping for that table, it generates two classes, one for named after the…
Trung Ly
5
votes
1 answer

Call EJB method from web services project

I have a webservice project (WebServiceProject2) and I want to call a method in EJB project (BelsizeEJB). I have done the following: Right-click WebServiceProject2 -> Build Path -> Configure Build Path -> Projects tab -> Add -> BelsizeEJB ->…
feng
  • 51
  • 1
  • 4
4
votes
1 answer

ClassFormatError: Illegal class modifiers in class ... 0x209

I have a few some strange issues with my class after migrating from JDK5/Tomcat5 to JDK6/Tomcat7 both with MyEclipse 9. Whenever I try to access 'myclass' via jsp:usebean I got following error org.apache.jasper.JasperException:…
Jan Pfeifer
  • 2,854
  • 25
  • 35
4
votes
1 answer

Persisting Session of Tomcat Server Application between re deploymets from Myeclipse IDE

All I am developing an web application using Tomcat 6.X and My Eclipse. When i do some changes in existing java files (Java Class, SERVLETS , Filter) , i have to redeploy it to the tomcat server . but, when i redeploy the application the existing…
Mihir
  • 2,480
  • 7
  • 38
  • 57
4
votes
3 answers

GWT Designer lags on xml source autocomplete

Some pretense: Using MyEclipse 8.6 with GWT 2.2.0. As you know it comes with GWT Designer now. I've noticed that while editing the xml within GWT Designer, every time I type in a new attribute to a tag it starts to lag. The exact point is when I…
Kenneth
  • 611
  • 2
  • 8
  • 17
4
votes
2 answers

Issue "Exception in thread "main"# START NON-TRANSLATABLEjava.lang.NoClassDefFoundError: G€“Xmx3072m" (MyEclipse 12.0 Blue & Websphere7)

I am using MyEclipse 14.0 Blue & Websphere7. I am trying to deploy into the Websphere via Server tab, and when it starts to deploy I am getting below issue. ****Exception in thread "main"# START NON-TRANSLATABLEjava.lang.NoClassDefFoundError:…
4
votes
2 answers

[java.lang.ClassCastException: CustomPortlet incompatible with javax.portlet.Portlet

I tried creating portlet using MyEclipse following MyEclipse tutorial. I did all the stesps and exported project as WAR. When installed it to the Portal and put it on a page, it said "This portlet is unavailable". Find the related discussion…
4
votes
3 answers

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 working great under IntelliJ IDEA and JBoss and now we are moving to MyEclipse and Tomcat 6.. I am…
user2428795
  • 547
  • 6
  • 11
  • 26
3
votes
2 answers

How do I force MyEclipse to hot-deploy a JavaScript file to my JBoss instance?

I'm having trouble with MyEclipse 7.1.1 hot-deployment of files to my JBoss 4 server. The problem is this: while my server is running, I can make changes to various JAVA and HTML files, which are then hot-deployed immediately (I can see the changes…
Mike Cialowicz
  • 9,892
  • 9
  • 47
  • 76
1
2
3
28 29