Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
2k 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 stuff, like DB ...
4
votes
5answers
742 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 that have experience ...
3
votes
0answers
158 views

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 ...
3
votes
3answers
311 views

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

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 ...
2
votes
2answers
121 views

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 ...
2
votes
3answers
1k views

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 ...
2
votes
2answers
396 views

Maven clean can't delete MySql jar

I'm using MyEclipse 8.0 to develop a Spring Batch project. Recently, I added MySQL to the database explorer perspective and now when I try to do "mvn clean" on my project, it fails because it can't ...
2
votes
1answer
2k views

Why http://localhost:8080 availabe 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 is 8.0 and I'm just using the Tomcat within it. A simple ...
2
votes
2answers
1k 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 turns out to be ...
2
votes
4answers
539 views

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: <head> <title>Control Page</title> ...
1
vote
1answer
40 views

How to wrap text in myeclipse?

I am working on myeclipse 9 but I could not find any such feature of wrapping long lines. Previously I was working on Myeclipse 7 and my friend suggested me a plugin ...
1
vote
1answer
39 views

MyEclipse Spring Tomcat different dev contexts, using html absolute URLS

My local context is /123 and my work partners context is /456, when running simple HTML requests, like img src=/images, we want this to work across our shared projects. At the moment, that img tag ...
1
vote
1answer
88 views

Myeclipse - mysql driver problem

I have generated a CRUD application (in the trail version). When I run it (in myeclipse tomcat) i get JDBC Exception: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class ...
1
vote
1answer
94 views

Having effect of java/jsp changes without restarting tomcat

How should I configure tomcat so that JSP/Java changes are in effect immediately without restarting the tomcat? When I redeploy the app after making some Java changes it restarts the tomcat ...
1
vote
1answer
1k views

Problems with Ant optional tasks SSHExec and SCP. Classpath issue?

I'm in the process of modifying an Ant script (currently in use from within MyEclipse) to work from the command line. I'm doing this so anyone can check out the project and build it without MyEclipse. ...
1
vote
1answer
159 views

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 . ...
1
vote
1answer
209 views

flex plug-in for myeclipse

Is there any plug-in for flex in order to develop it on myeclipse? Thanks.
1
vote
1answer
63 views

does myeclipse require any server configuration?

i'm new to myeclipse. There is no option like dynamic web project in myeclipse. How to run web projects here? doesn't it require any server configurations like tomcat ?
1
vote
1answer
104 views

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 ...
1
vote
2answers
113 views

How to keep a java project inter-operable between IDE's

I tried to import an existing MyEclipse project in Eclipse, Galileo. Everything is fine except that I am not able to deploy the project with Tomcat6 plugin in Eclipse. I guess this is because the ...
1
vote
1answer
195 views

pmd rule for checking java code for comments

i need a PMD java class for checking comments on java code. I am working on MyEclipse IDE. any idea?
1
vote
1answer
306 views

error while using struts2-archetype-starter build project in myeclipse

ERROR MESSAGE: An internal error occurred during: "Creating struts2-archetype-starter". Attempted to beginRule: MultiRule[P/examsys,P/.org.eclipse.jdt.core.external.folders], does not ...
1
vote
1answer
286 views

Is it possible to install apache derby eclipse plugin in myeclipse?

Ive got myeclipse ide, and want to install the ui plugin for derby so I can access ij from inside eclipse. The problem is when I drop the ui plugin components into the plugins folder the plugins dont ...
1
vote
2answers
191 views

MyEclipse is formatting my Java code when I run an Ant build

When I run an Ant build, MyEclipse (happens for v6.0 and 7.5) formats my code. When I open the file it says it was modified on the file system and when I reload it it is formatted. The thing that is ...
1
vote
1answer
770 views

Java EE 6 with GlassFish v3 and MyEclipse 8.5: Best Way to Structure Projects?

long time listener, first time caller here. We are in the process of moving from BEA WebLogic 10 to GlassFish v3. We have successfully moved a massive project to GlassFish, and everything's working, ...
1
vote
3answers
586 views

Can I configure Eclipse / JBoss integration so it does not rely on deploying Jars to the “server/default/deploy” folder?

I am using MyEclipse 7.5 with JBoss 4.2.3 GA. When I define my local development JBoss server in MyEclipse it always wants to deploy jars, wars etc. to the "server/default/deploy" directory. ...
1
vote
1answer
56 views

What is the best project setup in this situation?

The presentation tier will contain 2 web modules (serving different purposes and based on different technologies), the middle tier will be Spring beans without EJBs and the persistence tier will be ...
1
vote
4answers
5k views

What is “initializing java tooling”?

When MyEclipse starts, the message "Initializing Java Tooling... [n%]" is the first or second message to appear. I Googled the phrase, but all I get are posts from people who are frustrated that ...
1
vote
2answers
494 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 table to provide a DAO ...
1
vote
2answers
84 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 am at home, not ...
1
vote
1answer
2k 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 during: "Processing ...
1
vote
2answers
920 views

setting up JBoss5 with MyEclipse

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.1GA with Java JDK ...
1
vote
5answers
2k 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 over to maven. One of ...
1
vote
4answers
3k views

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 ...
1
vote
2answers
226 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/setter method template ...
1
vote
3answers
1k views

Handling Tomcat in Eclipse: make it as easy as MyEclipse?

I have been using MyEclipse for a number of years. I am coming to the conclusion that I would rather ditch MyEclipse and revert to plain old Eclipse, except for one detail: MyEclipse's Tomcat ...
0
votes
2answers
24 views

Free plugin similar to myeclipse

One of the best plug-in and most comprehensive ones I found for Java EE and Java web development is myeclipse. However, it's not free. Is there any free version of a similar plug-in that contains all ...
0
votes
1answer
18 views

MyEclipse keeps corrupting my Tortoise SVN repository?

I'm having some strange behavior with MyEclipse Build id: 8.6-20100723 and SVN. I have a Java Struts application with the source and output folders defined as: ...
0
votes
0answers
17 views

an internal error occured during: launcing servlet on myeclipse tomcat

I have a problem. I want to run as a web project (servlet file) in myeclipse. But ıt is not work. Tomcat is not launching. However each one java project is running. Problem occured: an internal error ...
0
votes
0answers
5 views

change splash screen of myeclipse-6.5 enterprise edition

I want to change splash screen of myeclipse-6.5 enterprise edition. Whenever I try to change the parameters of myeclipse enterprise edition xmls, they immidiately got reset on restart. I want to know, ...
0
votes
0answers
21 views

which library I have to include in my eclipse to use Thread.sleep()

I want to use in my code : "Thread.sleep(10000);" in my esclipe in netbeans it worked and I just included: "import java.io.; import java.net.;" so what should i do in myeclipse to use it thank u
0
votes
2answers
65 views

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 ...
0
votes
1answer
12 views

myeclipse deployment issue cant see changes

Im trying to work in my project, when I change files it changes the file inside the directory that I imported the projects into my workspace. But the changes aren't showing up on the server because ...
0
votes
0answers
24 views

Scaffolding-GWT customize CSS

I develop my application using scaffolding-gwt. Now I've problem with css: when my application starts load css-code of scaffolding, but when I click on a element of some entity a new css-code is load. ...
0
votes
1answer
38 views

MyEclipse Deployment

Are other people using the MyEclipse Libraries? Every time I start working in a project and then update MyEclipse the build libraries change or versions are not what I need. Is it common practice to ...
0
votes
0answers
82 views

@EJB Annotation doesn't work in Servlet

I'm using Websphere 7.0 Application Server and want to use @EJB - annotations in a LoginServlet. When I deploy the application directly over MyEclipse (BlueEdition 8.6) everything works fine and the ...
0
votes
1answer
27 views

In MyEclipse - package prefix missing in all package imports in code

I just offered to work on this project from someone else, and have not had any experience with MyEclipse (and minimal with Eclipse itself). When looking through the package structure all the packages ...
0
votes
1answer
249 views

org.hibernate.TypeMismatchException: Provided id of the wrong type

I'm working for the first time with MyEclipse For Spring, which has hibernate support. Following the relevant part of the mysql db: CREATE TABLE `delidete`.`DatiGeneraliVistoContabile` ( ...
0
votes
1answer
83 views

Hibernate cascade + composite id's issue

I'm currently learning Hibernate, and I've stumbled into this issue: I have defined 3 entities: User, Module, Permission. Both user and module have a one-to-many relationship with Permission, so that ...

1 2 3