myeclipse

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 delete the mysql-connector-java-5.1.6.jar from the target lib folder. I've tried manually deleting this jar, but I get that popup that says...

Could not installl MyEclipse 7.1

Hi, I am trying to install MyEclipse 7.1 but i get the following error message: "Could not create folder "C:\Documents and Settings\myPcName\Settings\Temp;C:". The filename, directory name or volume label syntax is incorrect." I am really confused by these error because i don't have any idea why is happening... it should be a simple ...

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 MyEclipse freezes or crashes during tooling. I'm using v7.5, but the phrase is not version-specific, based on those Google results. I don't h...

MyEclipse builds workspace on saving JSP page every time

Whenever I save a jsp page, MyEclipse IDE start building the workspace. It should build when I change in any class file. Or if there are classes that not compiled. But why it start building whole workspace when I change in a JSP file. I am stuck on it. Please advise me on this problem. I am using MyEclipse 5.5 over Eclipse 3.2 Thanks. ...

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 JPA on Hibernate. I am wondering what would be the best project setup in this case. The IDE I am planning to use is MyEclipse 8.5. Thanks. ...

weblogic runs differently!

hi all i have configured myeclipse for running weblogic via it. it can be run but there is a problem! i have written a project and deployed it to the container. when i am running weblogic server without my eclipse it works fine but when i am run it via myeclipse i get the pagenotfoundException! i have weblogic ver 10.3 and my eclipse ver...

How to config phpeclipse to myeclipse 8?

I copy the features and plugins of phpecipse to the myeclipse root, but nothing happened. ...

Java Breakpoint being ignored in MyEclipse 8.5 .... Using JRE 1.6.0.20 and Tomcat 5.5.25

I have scoured the web and stackoverflow and didnt find anything specific to 1.6.20 so I am wondering if I am the only one seeing this... I am building a JSP based on SUN JRE 1.6.0.20, Tomcat 5.5.25 and am using MyEclipse 8.5 . After running my Servlet a few times through the code/debug cycle, the IDE just starts ignoring all breakpoint...

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. Unfortunately our JBoss directory structure for production is "server/XYZ/deploy/abc" (driven by a third party). As a result our Dev JBoss instanc...

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 reflected in my browser when I refresh the page). However, while working on a particular ...

MyEcplise | Remove hibernate reverse engineering

How do I remove the generated hibernate reverse engineering capabilities, deleting POJOS and .hbm.xml files from the source doesn't work because that won't allow to re-create the reverse engineering capabilities (When I click it just won't prompt the wizard). I want to do this because the current reverse engineering capabilities does not...

Groovy class files not included in deployment

I have two java projects, A and B, A depends on B. In project B I've added a groovy class (Foo.groovy) and a java class (Bar.java) that uses the groovy class. In MyEclipse, Foo.class is in bin-groovy, and I can run things from MyEclipse just fine. However, when MyEclipse deploys project A to tomcat, it does not include the Foo.class file...

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

Hi all, 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, but now we're planning for the future. Specifically, we are using MyEclipse 8.5 with a single Enterprise Application project (DCMH...

Java | Webservices WSDL validation error

I have successfully built and deployed a jax-ws webservice on myecplise with java 5 and tomcat 5.0 but when I try to create a webservice client I'm getting a validation error on the validation screen WS-I: A problem occurred while running the WS-I WSDL conformance check: org.eclipse.wst.wsi.internal.analyzer.WSIAnalyzerException. The W...

request.setCharacterEncoding("UTF-8") wrong when going to myEclipse from JBuilder2008

hi I am working about a project.I was working with JBuilder2008 till last and my codes was true and my projefct whould work successfully.for today I have got to work with MyEclipse. and I have gote a problem: request.setCharacterEncoding("UTF-8"); has got a red line below 'setCharacterEncoding' and it has below problem message: The metho...

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 even stranger is that it is not formatted as specified in the Code Style in my Preferences (seems like Java Sun codding rules). As far as ...

How table creates in MyEclipse Derby

where i can make the table when making sample program of Hibernate with MyEclipse Derby ...

Has anyone been able to hotdeploy using m2eclipse on Websphere 6.1 with MyEclipse?

I've been looking around for a while how can I hotdeploy my projects when using m2eclipse plugin on MyEclipse and working with Websphere 6.1. What I've done so far is to deploy my full application using the was6 maven plugin (http://mojo.codehaus.org/was6-maven-plugin/) but that plugin will only deploy the EAR into the Websphere.So when...

Looking for a tutorial using MyEclipse 8.6, Spring, Hibernate

I just installed MyEclipse and have not located a tutorial using MyEclipse with Spring 3 and Hibernate. I would appreciate it if anyone could refer me to such a tutorial. Thanks. ...

How to change URI of WAR file in EAR file in MyEclipse?

We have following projects: office - web application project console - web application project MyEclipse by default deploys these web applications to following locations: C:\tools\jboss-5.1.0.GA\server\web\deploy\office.war C:\tools\jboss-5.1.0.GA\server\web\deploy\console.war But in ant build and in our deployment s...