attached source and Open Resource feature
I have imported jars for a project under Libraries and attached the corresponding source zip. However, source files in the zip are not showing up in the Open Resource view (Ctrl + Shift + R). ...
I have imported jars for a project under Libraries and attached the corresponding source zip. However, source files in the zip are not showing up in the Open Resource view (Ctrl + Shift + R). ...
We ship an eclipse RCP with a main view that contains a structured viewer. I define a DropTarget on the viewer that seems to work fine (supports File, Plugin and Resource Transfer Types). The only problem is, when I use this with our other product, an IDE based on the full eclipse platform, I can't get the resource from my selection in...
I installed Eclipse 3.6 64-bit on a fresh Windows 7. I tried setting some key bindings using the Keys section of the preferences window, namely: Alt+C - commit using SVN Alt+U - update using SVN Alt+R - revert using SVN It all worked flawlessly in the past on Eclipse 3.5 32bit on Windows XP, but it just doesn't work in my recent setup. ...
Hi all, I'm having a problem with the javadoc generation in eclipse. In advance, thanks for taking the time. Here's what happens: I go to Project>Generate Javadoc..., select all of the files in the project, then press finish. Eclipse then goes and seemingly does its' thing. The output in the console looks more or less like this: Loadin...
I've been working in Eclipse programming for Android for about a year now. I suddenly have an enormous problem. Here is the error: "Content Assist" did not complete normally. Please see the log for more information. java.lang.NullPointerException I go to Help>About Eclipse SDK>Installation Details>Configuration>View Error Lo...
Is there any way that Eclipse will let me search within attached sources of referenced libraries? I'm trying to find all the places where a public static final String constant is used. ...
I am implementing a file browser, in Eclipse RCP, using a TreeViewer. Would it be best to put it in an Editor or ViewPart. I ask because, I need to be able to pass the root path for the browser and do not know of a way to do so with a view. As views are not instantiated directly. ...
Hello, I'm currently trying to set up a VTK project that has pre written Cmake makefiles to work with Eclipse. The code that I need to use is in both C++ and Java, but my main concern right now is actually to be able to translate the existing project into something that Eclipse can understand with all the dependencies etc. Please feel ...
I'm pretty new to Java, and I need to build up programming environments for it (editing, compiling, testing, debugging, and deploying/making jar files). And, even though I'm not a super expert of emacs, I'm a big fan of this wonderful tool. Here comes my question. Is it wise to use emacs for Java development? Is Eclipse better for Jav...
at "debug configurations" -> 'php script' -> 'new_config', on the right "PHP script arguments",what arguments should i fill in? for example: < ?php $tmp = $_GET['arg']; // is here the argument will be replaced ? echo $tmp; ?> i have no idea how to debug a URL with parameters. ...
I have very big Java a project. I want to change his type from java application to plug-in project. Is it possible? If yes, how? thanks! ...
Hello, I'm totally new to scripting but I got sick and tired of compiling my native code for Android manually so I wrote a little .sh script and a .bat file to run this script in cygwin. Both files are placed in the root of a project, in the .sh file the NDK directory is set and then by running the .bat file I compile my native code. T...
I am working in galileo, i am in need of hibernate feature in it. how can i get it? ...
Hey All, When to use this functionality and when to use the other? I personally thing that to switch between two different modes one should use a toggle button but i need to convince some people at work. any formal UI literature on the subject? thanks ...
We currently use MyEclipse with its built-in Maven4MyEclipse integration and its built-in J2EE server support, but want to convert over to regular eclipse (Helios specifically) to be able to use its 64-bit install on windows. (MyEclipse does not yet support 64-bit on Windows.) So far I've got a working prototype of Helios eclipse using...
i am using IBM Sametime 8.0.2. in Geographic location link of Preference panel of File menu have some fields like Personal address, City, Postal code etc. Can i get the values of these fields in a Java program or using Sametime SDK (without using any plug-ins). ...
I need to find a specific file present in eclipse project which is in classpath of project. I have IProject instance but Dont know how to get IFile instance ...
Dear all, I have a problem with eclipse. I would like to install an extension (EGit) but the official site does only provide a classical update site. The problem is that I am running eclipse on a distant machine that does not have internet access (only my local computer has a connection). The only link between my computer and my distan...
I hope this is an OK question to ask here. It's programming related so I thought it would be better here than superuser. So I'm using the CDT C++ eclipse plugin. I know how to change the colors the editor uses for certain things. But is there a way to make it so all variables are DIFFERENT colors? For example in KDevelop, it sets local v...
Whats the best way to upgrade from Galileo to Helios whilst still preserving my settings and plugins? Thanks ...