eclipse

I am getting a following error while launching my eclipse

when ever i try to launch my eclipse i am getting the following exception an its not coming up. java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini). ...

Eclipse and copying workspaces

What do I have to do to copy a complete workspace from one computer to another and be simply able to continue working on it on the other computer? ...

Optimal Eclipse CDT (C++) experience in March of 2010

I am a student who will be using C++ next quarter. I really enjoyed using the Galileo release of Eclipse with Java and I would like to continue using Eclipse for for C++ development. I am now experimenting with C++ development on Eclipse. I am running Eclipse 3.5 SR2 with CDT 6.02. My operating system is Windows 7 and I have installed M...

VPython in Eclipse - thinks it has the wrong architecture type.

Evening, So I've recently installed VPython on my MacBook (OS X, Snow Leopard) - and it works absolutely fine in IDLE and from the command line (interactive mode). However, eclipse has issues. Firstly it couldn't find it (which is a bit of an issue actually with all these 'easy install' python modules - when they don't tell you where t...

Eclipse: Should I create a workspace for each project ?

I am simply wondering whether it is best to put all of my Eclipse projects into one workspace, or do a 1 workspace per 1 project. I am just a solo developer, for hobby more or less, but the apps I create do actually have production versions that are running on rather frequent cron jobs, so its almost like an amateur production environmen...

How to refresh external Jars in eclipse project (Java)?

Hi all, I have a java project in Eclipse which includes a couple of external jar files. These external jar files are being rebuilt through a different process (not eclipse, ant). Those changes are not being reflected on the eclipse project even if I refresh the project. If I close the project and reopen, it works. Any suggestions on h...

Webdevelopment with Jetty & Maven

I find it very frustrating doing web development with Maven & Jetty using Eclipse, compare with what I did using Visual Studio. Everytime I make a change, even a minor change in my view file, (*.jsp, for example), then I have to re-package the whole web -> waiting for jetty to reload everything before I can see the change. Is there any ...

What should I do in order to be able to work with maven + eclipse + wicket + hibernate + spring in Mac OS?

I want to create a web app that will use wicket, hibernate and spring frameworks. My IDE of choice is Eclipse, I am using maven for the .war generation and I am running Mac OS. What steps should I follow to correctly install and configure all the tools so as to have a project running that relies on these 3 frameworks. I was able to succe...

Can eclipse be used to fully replace ant?

I don't want to build the files manually with command line, is it possible for eclipse to do the equivalent for tomcat automatically? ...

how to use crystal report in eclipse ide

sir, i have to use crystal report in my jsp page.I am doing it using eclipse ide ...

PHP UML Class diagrams plugin for eclipse?

I've searched but the questions so far seem to be Java/C# orientated. I was wondering if there was a class diagram GUI for eclipse - or it could be standalone - that better describe PHP classes? It seems that the ones i've used so far assume you are writing for Java or C#. Cheers for any pointers ...

C/C++ method parameter hints in Eclipse

Hello, is there any way how to enable Eclipse to show hints for parameters of C/C++ functions. When I press Ctrl + Shift + Space it shows only types of parameters but not the names. And is there also any way Eclipse can show parameter hints automatically when ( is pressed? Thanks for any advice. ...

Importing a libary into Eclipse

I want to use Lucene in my project. When I simply copy the .jar file into my project than I get the error "Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found." How do I import a library like Lucene the right way in Eclipse? ...

Problem with amateras in Galileo

I have installed amateras in eclipse. I have active amateras view : But the pallete items is locked. Not drag and drop or right click is avaiable. What is the problem in my installation? Thanks in advance ...

Running jmap on javaw started from eclipse ?

Hi, Windows 7, JDK 1.5, Eclipse 3.5. C:\Users\User>java -version java version "1.6.0_18" Java(TM) SE Runtime Environment (build 1.6.0_18-b07) Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode, sharing) C:\Users\User>set | find "JAVA" JAVA_HOME=C:\tools\jdk1.6.0_18 Eclipse is running using JDK 1.5 Set Compliance level 1.5 Inst...

Show Diff of two trees in Eclipse

In Eclipse, I am using a TreeViewer to show a custom tree, whose contents are drawn from an ITreeContentProvider. Now I am trying to create a second view that allows me to automatically show a two-way comparisons of two such trees. I found various views for textual comparison within Eclipse, but I could not find an easy way to show the s...

What is the proper way to resolve Eclipse warning "isn't parameterized"?

I'm trying to clean up some warnings in some old Java code (in Eclipse), and I'm unsure what the proper thing to do is in this case. The block looks more or less like this: Transferable content = getToolkit().getSystemClipboard().getContents( null ); java.util.List clipboardFileList = null; if( content.isDataFlavorSupported( DataFlavo...

Eclipse: export running configuration

Hello, I wrote a complex Java application with eclipse that uses many .jar libraries included into project folder. Is there a quick way to export a running configuration of the application that allows me to run it from shell (I don't actually need to move it around machines, so no jar export or similar things). I just need to detach th...

Eclipse Problems View doesn't show Errors

[Note: There is another thread about this problem but it did not answer the question.] For one specific project in Eclipse, the problems view does not show errors. It shows warnings but it does not show errors. The other projects do show errors (and everything else). For that problematic project, I can see the red squiggly error line in...

Howto: install JOGL for Eclipse in Mac OSX 10.6?

I got Snow Leopard 64 bit, and I'm wondering how I am to install JOGL in order to develop with Eclipse. A nice tut from A-Z would have been nice, since I'm suspecting some of my steps are very wrong. ...