I need to be able to double click on a file on the desktop and have Eclipse (or more specifically Lotus Notes) kick off my custom action, to process and display it. I've found
http://www.developer.com/java/other/article.php/3648736/Eclipse-Tip-Define-Custom-Content-Types-to-Identify-Your-Data-Files.htm
which describes how to setup a ...
Ok I'm completely googled-out.
I have a few java projects in my eclipse workspace (about 25). Most projects use linked source folders.
When I rename a class in Project1, the references to that class in the other projects are not updated. The references within the project are updated just fine. The net result is compilation errors...
I'm working in Java and implementing a basic tree (yes, for homework, but hear me out!). I discovered that I made an error and had an iterator class inherit from an iterator superclass, where both needed an internal reference to the same node in the tree. Now every time I reference the node in the subclass and make a change, I have to ...
I have a Spring configuration file spring-idol.xml with the following namespace declaration:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springfram...
Hi
How to get access to eclipse workspace from java program.
When I use IWorkspace workspace = ResourcesPlugin.getWorkspace().getRoot() it gives me exception like this
java.lang.IllegalStateException: Workspace is closed.
at org.eclipse.core.resources.ResourcesPlugin.getWorkspace(ResourcesPlugin.java:329)
at amdocs.amsp.test.EMFCod...
I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I would prefer use intelliJ.
Has anyone used http://code.google.com/p/idea-android/">http://code.google.com/p/idea-android/? Is this any goo...
I'm using Eclipse with my projects in an SVN repository in a structure like this:
trunk
+- module1
+- module2
Using the Team Synchronization perspective, I can update individual projects, and merge also works on the projects themselves. Is there a way to do the same on the root level instead of on the project level?
I'm using Subv...
Hello,
I am facing a problem while debugging in eclipse. I keep getting pop-up
Exception processing async thread queue
java.lang.NullPointerException
Does anyone know what the exact problem is?
Thanks
Yogesh
...
I got a eclipse project that was working OK.
One day I had to format my machine, so I copied my workspace into a backup, after installing eclipse again, I imported my projects from my backed up workspace.
What happened is that it corrupted all the string that contains special characters..
like.. é, são, etc.. to É, são...
Is there ...
When working on the Hello, Gallery tutorial/sample app, after following the instructions on the site, Eclipse reported that R.styleable cannot be resolved.
What is the reason for this error, and how can it be fixed or worked around?
...
I've got eclipse installed with the appropriate blackberry plug-ins, etc. I can build the project fine. When I try to debug using the simulator, the cod file is placed into the simulator's directory and the simulator starts, but I can't find the application. It is not in the Downloads directory-thingy or anywhere else that I can see.....
I have wrote a java applet which is pretty simple. It connects to a oracle database upon clicking a button. It works fine, it connects when I run it using eclipse. However, when I use ant to create the jar file I dont know how to include the ojdbc6.jar as a classpath.
Can someone please help me? Ive been trying for a week now.
Here is ...
Hi,
I have this java source code which one of my friend gave me and unfortunately he is away from the country to fix my issue.This code,scrapes the data from the websites and fills the database it self.
But previously due to some layout changes in the website,it is not functioning properly.So i am giving a try to recompile it using ecl...
How can I export every connection in RSE from an Eclipse installation to another?
I can get it to export connection one by one but I cant't get it to export every connection at once.
Thanks!
...
I would like to have a shell script create an entire CDT project on the command line and add it to a workspace. I'm willing to generate the .project and .cproject files myself, but I'd like something that would actually do the adding of the project to the workspace, because that is an opaque binary file that I'd rather not have to mess w...
Hi all.
I am developing an Eclipse plugin in which the elements shown on my Editor (a GEF one) can have properties modified within the Eclipse Properties View.
The problem is that, in some cases, depending on a readOnly flag set in the element, its properties should be displayed but not modified.
Is there a way to achieve this behavio...
One of my Eclipse plugins has an error, visible in Product Configuration. The plugin is:
Resource Monitoring Common Feature (Incubation):
I haven't been able to figure out how to fix this. Looked for a way to reinstall but all the product configuration lets you do is disable/enable.
Under Properties / Status for that item it says:
...
I am new to Eclipse. I am trying to run a jsp example using iText to generate a PDF,
I put iText.jar file in Referense Library folder, but when I ran the jsp, I got error message that the class Document defined in the iText,jar can't not
be resolved.
...
So I'm very familiar with manage.py test myapp. But I can't figure out how to make my tests.py work as an stand-alone executable. You may be wondering why I would want to do this.. Well I'm working (now) in Eclipse and I can't seem to figure out how to set up the tool to simply run this command. Regardless it would be very nice to sim...
Are there any decent plugin's for Eclipse that allow integration with StarTeam?
I miss the 'tight' intergration I used to have with CVS/SVN.
...