myeclipse

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 seem to load. Is there anything whacky I need to do to tell myeclipse to load these plugins? I am following http://db.apache.org/derby/in...

MyEclipse debugger does not hit breakpoints in file

I have two files in the same directory in the same project, like so: \GenManager/EJB//src/com/pci/iso/util/caiso | | -----ASRLibrary.java -----CAISOJavaHelper.java I have placed breakpoints in both of the files. Breakpoints in CAISOJavaHelper.java get hit while the ones in ASRLibrary.java do Not. I am using MyEclipse 7.5. I've se...

How to use reverse engineering in my eclipse

i am using MySql workbench and My Eclipse 8.6. and making a Hibernate-spring program. Is it possible to use reverse engineering feature in my eclipse with MySql work bench in so that DAO and hbm files can be generate like Derby. How can i do this with MySql workbench. this is a URL of using reverse engineering in my eclipse. http://www.m...

Best way to run a command-line application that uses code running in an EE 6 environment? (GlassFish v3, MyEclipse 8.6)

Ok, back for another complicated question, I'm afraid. Please be patient: this is a lot of new stuff for me. Back in the dark ages, we were running a Frankenstein of an application on WebLogic. When we decided to move things to GlassFish v3, we all agreed that the time was nigh to do things the "right" way, from an EE 6 perspective. To...

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 match outer scope rule: org.maven.ide.eclipse.internal.project.SchedulingRule@971a7e environment: MyEclipse 8.5M2 plugin m2eclipse struts...

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? ...

JAXB Naming Collision Salesforce Integration

Hi, I'm attempting to integrate with Salesforce using MyEclipse. The wizard fails because of a naming collision on a complex type "DescribeLayout". I need to write a JAXB binding file to ensure that the two interfaces that are created by the xjc compiler are in different packages, but I have absolutely no idea how to do this. I do not ...

Surpress annotations Xfire 1.2.6 for JDK 1.4

Hi, When using myeclipse 7.0 the web service client wizard will generate files with annotations, but I need the client to compile and run on JDK 1.4 so annotations are a no no. I can't find away around this though... ...