eclipse

Flash Builder 4 and Debugging

Hi guys, I just wanted to ask a simple question. I am trying to work out the pros and cons of setting up Flash Builder 4, for Flex development, as an ant-build vs compiling via the IDE. I particularly want to ensure i can do the following: - Debug and Trace via IDE - Unit Testing via IDE Is this possible through command-line buildi...

overview/understand architecture codes in eclipse

I have a maven project imported into Eclipse. I'm trying to understand the code pattern (architecture). What is the best way to do this? will use any UML Eclipse plugin help on this? will use sequence diagram, help on this? what plugins should I use? Please share your opinion. ...

How to import existing java web projects with ant build.xml

I am trying to import an existing java web projects (built using ant build.xml) into Eclipse, using the Import functionality, but Eclipse does not recognize it as a project. How can I import the projects into eclipse? --- Edit --- What I did was to import the project as Java project. Yes there is an option in Eclipse 3.5 to import ant...

Eclipse key mappings confused

Hey, I'm trying to use eclipse on Win 7, but for some reason it is screwing up my keys. For example, when I press '{' it ends up displaying a '^'. Im pretty sure that this is what would happen if I had a french keyboard layout, but I'm pretty sure that my language settings in Windows 7 are set to use Canadian English. Firefox or notep...

Is it possible to use Eclipse with Pydev without having rights to run programs in cmd?

Is it possible to use Eclipse with Pydev without having rights to run programs in cmd? If so, how to do that? (I plan to teach Python in my school but the studens do not have rights to run programs in cmd.) \Hokan ...

Is there any possibility of using Native Code in Eclipse IDE basically used for android and blackberry

Hello Guys,I am using Eclipse for development of android and Blackberry.I am also having a look at the android NDK which involves the native code for the devlopment.I want to know ,is there any possibility of creating,compiling or developing Native Codes using that Eclipse.Is there any plugin available for download for working with nativ...

eclipse java how to had sqlite-jdbc-(VERSION).jar into my project and use it

my scenario : on my work on android sqlite i noticed I need to build the sql data base outside the app in java therfor as one who knows nothing about how to install *.jar files i google it all the example for how to install it weren't relevant for my situation where my platform is eclipse in windows 7 . i would someone to instract me...

AntSecurityException when opening ant-file in eclipse

Hi, one in a while eclipse refuses to open antfiles. The error log tells me that an "AntSecurityException" is the cause. The javadoc for org.eclipse.ant.core.AntSecurityException tells me that the exception is thrown when an ant task wants to stop the jvm. But just opening an ant build should not start any targets or tasks. The only sol...

In Equinox is it possible to for one feature/bundle to obsolete another?

I have a Eclipse-based project (the Scala IDE for Eclipse) which has recently moved to a new home. I want to change the various feature ids, Bundle-SymbolicNames etc. to reflect the move (ie. so that they all have an org.scala-ide prefix) and restart the version numbering (previously it was tied to the corresponding Scala compiler releas...

How to install "JavaSpider" plug-in (by Eric Gamma) in the modern Eclipse environment or what to use instead of it?

Question: How to install JavaSpider plug-in in the modern Eclipse? If it is deprecated, than what superseded JavaSpider? Context: In "Contributing to Eclipse" Book by Eric Gamma and Kent Beck the JavaSpider plug-in introduced in Chapter 3.3. The purpose of the plug-in is to show current objects tree in VM with some useful functions...

Is there a way to start/stop/restart REMOTE Tomcat server from Eclipse ?

Is there a way to start/stop/restart REMOTE Tomcat server from Eclipse ? I have the access to web manager interface via http and also ssh access to server that holds tomcat application. ...

SVN Override remote files absolutely by local files

Hi I am using SVN in Eclipse (Subclipse). It is frustrating to spend two hours to figure out (apparently simple task) how to absolutely commit your local files to repository (with no comparisons, no updates, without accepting any incoming change), and still no success. Can stackoverflowers help me out here? Thanks EDIT Every time I t...

Zend Framework Plugin for Eclipse PDT

Hello everyone, I have eclipse PDT IDE version 1.2.0 installed. I have used it together with Dojo to develop very interesting Ajax applications. Now i want to enable the Zend framework within my eclipse IDE. How can i do this. After some googling, i have tried the following. 1.) downloaded the Zend framework and unzipped to my C direct...

Eclipse WAR with 2 projects?

I am trying to export a WAR file from Eclipse. I have a "Dynamic Web Project". But I need classes created for two other projects, one a plain Java project, the other another web project. So in the Build Config I told it to add the other projects and on the "Order and Export" page I clicked the boxes to export the second and third project...

What project type do I choose in eclipse for a spring mvc web app?

What project type in eclipse do I choose when I want a spring mvc web application? (i'm not using maven). I want a layout where I can choose the folder names. i want them to be similiar in layout to how spring's sample applications are setup (basic mvc, petclinic etc). ...

How can I share in Eclipse a project programmatically?

Dear All, I work on an EMF project. The resulting model instantiations (XML files) are supposed to go into a source repository (SCM). We have a specific repository for the users and I would like to hide the SCM setting-up from the user, retrieve the projects automatically and add new projects automatically. I would like to reuse parts ...

How to perform direct HQL queries on grails hibernate DB for test purposes in Eclipse

For testing purposes, I'd like to have a console where I can just enter an HQL command and see what it returns on the grails hibernate DB (in my case a MySQL DB) while it's running e.g. in the test environment. What's the best way to do that? I'm using Eclipse and already came across the JBoss Hibernate Tools, but I'm not sure how to co...

How to start/stop/redeploy maven web app using cargo start inside Ecipse

I have Maven2 war project built, I'm using the cargo start plugin, and it works great for deploying the web app. To run the maven command, I use a .bat file in my workspace, and I have en external run config to run the the bat file. I can't seem to stop the server from the Eclipse console, or re-deploy. Does anyone have any advice on ...

Which script gets invoked from my eclipse when starting weblogic server?

I setup weblogic to run on my Mac. I am trying to start weblogic from eclipse on port 80 but it doesn't start. I can start the server using sudo on a terminal. I am not able to figure out which script gets called when I start the server from eclipse? The error that I am getting is: There are 1 nested errors: weblogic.management....

Local Eclipse plugin repo for a team

what would be a preferred solution for hosting a small local plugin repository with a couple of our own plugins? the team is using RAD7, which is Eclipse 3.2 based we cannot upgrade RAD to 7.5.5 yet, so all Ganymede/Galileo repo tools cannot be used, i guess ...