eclipse

"import numpy" results in error in one eclipse workspace, but not in another

Whenever I try importing numpy in my new installation of Eclipse and Pydev, I get the following error: Traceback (most recent call last): File "Q:\temp\test.py", line 1, in <module> import numpy File "C:\Python26\lib\site-packages\numpy\__init__.py", line 132, in <module> import add_newdocs File "C:\Python26\lib\site-packa...

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

Eclipse as a uploader file to server

i have just install Eclipse PDT on my linux desktop computer. i am working on a project and should write some codes and uploading them on the server. is it possible to upload the code directly on the server via Eclipse? ...

Execution fails via java -jar while the same code runs fine through eclipse

I have been working on packing a project lately but it has turned into a nightmare. So here's the problem in a nutshell. I have a project that I'd like to have as a jar file, and eventually use it as Java Web Start. When I try to build and run the code through Eclipse, it works fine. However when I export it as a "runnable jar" and try...

EJB explanation EAR vs WAR

Hi I have just begun reading up on EJB's. Even as I venture into it I have a few questions based on what I have heard about them. Do applications using ejb's always have to be deployed as EAR ? Can applications containing EJB's be deployed just like other other java web projects using ECLIPSE and without using ANT ...

eclipse workspace synchronization via dropbox - move the .metadata folder

Hi there! I'm a student and have to work with Java and Eclipse. As we have teamprojects i have to sync my workspace with other students. The only problem i have is a folder called .metadata, right above my workspacefolder. Is there any possibility to change the path of this folder so that it won't be synced? Thanks in advance and greeti...

Adding existing project folders to the project explorer in eclipse

Probably a very straight forward solution here, but can't seem to find an answer. I recently changed my eclipse workspace to my dropbox folder, so I can work on my netbook when in college and on my desktop when at home. I copied and pasted all my project folders from the old workspace into the dropbox workspace, changed the workspace loc...

Cannot engage module rampart, not sending security details

Hi all, I'm using eclipse with WTP plugin for creating a client to call secure web service. I have used web service client wizard to generate the client and now I want to configure apache rampart in the eclipse project to call the service protected with username token the error is "can not engage module rampart". -------- update ----...

Is there any way to import color themes from Aptana Studio 3 to Eclipse?

Aptana Studio 3 has a way to import, export your color settings. Does Eclipse have something similar? ...

Prevent WSDL generation from including certain fields

I'm using Axis2 and Eclipse to create my webservice. I have created my schema object to be included in the WSDL, but I don't want some fields to be included in this process. Reason is that these same objects will be persisted in database using hibernate. I added transient into the field class declaration but I'm still seeing the field...

Eclipse Helios and PDT - no PHP perspective available!

Hello, if I run my updated Eclipse Helios including PDT it will not show the options for the PHP perspective. I run Eclipse under Windows 7 and Java 1.6.0_21. I tried to run the "-clean" option and already reinstalled PDT, but no success. What could be the problem? Thank you, -lony ...

Cannot find installed plugin on my Eclipse IDE after update

I have updated my ubuntu desktop and the eclipse which i was running on the system got updated automatically. After the update all the options inside the eclipse are the same as they used to be by default.. all my customization has been lost and the perspectives, project templates are no more. Now when i tried to installed the plugins, e...

Customising Tabs and list views

Hi, I have four tabs containing listviews, and I'd like to customise the way these are displyed. I have managed to figure out how to move the tabs to the bottom of the screen but when trying to add a image to the bottom the tabs sit above the image. Is it possible to overlay the tabs on top of the image and perhaps make the tabs trans...

Setting up android phone with eclipse

Hi, I have been developing a project app to learn about android, I can upload my app to my htc desire on my desktop using linux ubuntu and eclipse, I have the same setup on my laptop but I cannot upload apps to my phone. When I try to install the app to the phone it shows up in avd manager as ??????? ????? Unknown, I've googled this an...

How to resolve make: *** [sdram] Error 1 at Eclipse

Hello, I'm trying to make a new project at Eclipse to my AT91sam9260 board. This project is based on two atmel examples: basic-ssc-i2s and basic-emac-uip-telnet. But when I'm working with these examples together, appear the error below: make: * [sdram] Error 1 I don't know why, I've been thinking about and I think that is because has...

Colorer Plugin in Eclipse Helios

I've been unable to get the wonderful Eclipse Colorer plugin to work with my current copy of Eclipse (Helios 64 bit). It installs ok but whenever I attempt to open a source file I get this error: Error in initialization of native part of the Colorer library. This can be caused by absent net_sf_colorer.dll (libnet_sf_colorer.so) library...

Eclipse won't break in threads

I'm using Eclipse to develop a PyQt application using PyDev. It's using two threads, one for gui and one for network traffic and Eclipse refuse to break on breakpoints set in the network traffic thread, I know it runs because it's throwing exceptions but I can't inspect things which is highly annoying. Has anybody else experienced simil...

Why an error in nosetests and not in Eclipse?

I'm using a third-party library which needs urlfetch from google.appengine.api. It is imported into the executing tests using this line: from google.appengine.api import urlfetch The google_appengine directory is on my PYTHONPATH, and if I execute my unit tests directly from Eclipse, I see no errors. However, if I use nosetests, I se...

Eclipse find which files reference this jar

We have a lot of jars which have been added over a period of years to the project and their usage has not been documented anywhere. I want to figure out references of any class in the jar in java or jsp files. Now for our new jars we don't have this issue as we use Maven and it helps us maintain dependency etc much better. But I am tryi...

Large development teams and SVN

A few questions regarding this topic: 1) What's the largest development team (doing actual commits, not counting read-only) you've had on a single SVN repository? Did you have any issues? 2) What's the largest size team you'd be comfortable with on a single SVN repository? Is a different version control tool better for very large team...