0
votes
0answers
9 views
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 HTM …
0
votes
1answer
23 views
Remove warning in MyEclipse
How can I modify the conditions for which MyEclipse will throw up warning flags? I'd be happy to hear a generic solution, but here is my specific problem for the curious/if it tur …
0
votes
0answers
24 views
Incremental deployment with JBoss
Can I have incremental deployment with JBoss AS?
Currently, the only reasons I pay for a MyEclipse license is their "Smart Deployment" feature where if I make a small correction t …
0
votes
1answer
22 views
javac for MyEclipse not found???
I am a newbie on MyEclipse id.
On my system, I have installed sun jre(not jdk) and MyEclipse.
I have searched for javac.exe in installed files of MyEclipse in Program Files (window …
1
vote
2answers
92 views
Wizard-generated JPA DAO method doesn’t return an iterable List
I must be really stupid, but I'm at my wits' end with a JPA issue, using MyEclipse 7.5.
I am accessing a DB2 database (on an AS400) via JPA. I have reverse-engineered a simple tab …
0
votes
1answer
44 views
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/sett …
0
votes
3answers
128 views
MyEclipse builders and CI
I'm picking up support on a project that is currently built with MyEclipse and has a decent sized development team that has been working without any CI processes.
From what I can …
1
vote
2answers
64 views
Server starting slowly
I am using MyEclipse, and I have a local Glassfish server controlled by the IDE.
When I am at work, having a fast internet connection, the server starts quickly.
However, when I a …
0
votes
1answer
191 views
setting up JBoss5 with MyEclipse
Hello,
I have been using Weblogic as my company used it. Now I want to try JBoss as an alternative. I'm using Eclipse with MyEclipse 7.1 plugin. I downloaded and unzipped JBoss 5. …
0
votes
2answers
1k views
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 mapp …
0
votes
1answer
143 views
Problem in MyEclipse “Processing Dirty Regions”
Is there anyone who have encountered "Processing Dirty Regions" error in MyEclipse? Actually everytime i press a key in JSP it shows a popup, which says
An internal error occurred …
2
votes
5answers
271 views
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 t …
1
vote
5answers
484 views
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 ov …
2
votes
5answers
351 views
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 s …
0
votes
2answers
125 views
MyEclipse+Hibernate does not order property sets by ID?
I use Hibernate with Java.
I have two tables which are associated with foreign keys.
Table: country
Fields: ID, Name
POJO class name : Country
POJO class properties: id, name, c …
