Eclipse is an OSGi extensible platform for tool integration. The extensions to Eclipse are Java plug-ins.

learn more… | top users | synonyms (1)

0
votes
0answers
10 views

check in eclipse if interface correspond to interfaceAsync else show maker error

When I use rpc in GWT, I must made two interfaces, like: public interface GreetingService extends RemoteService { String greetServer(String name) throws IllegalArgumentException; } public ...
0
votes
1answer
4 views

In the Plug-in spy in Eclipse, what information does the Active Help offer?

In the Plug-in spy in Eclipse, what information does the Active Help offer?
0
votes
1answer
5 views

Open Implementation menu option in Eclipse with Camel Routes

I've recently started using Apache Camel in one of my Spring projects. One of the annoyances with this framework has been the inability to use Spring Tool Suite / Eclipse's click through menu to jump ...
0
votes
0answers
15 views

Can eclipse auto-detect proxy settings?Or can at least create my own local plugin from the update site?

I have a linux machine inside a "closed" network. I.e. no access to the internet. I have a mac machine that can access the internet. I installed eclipse in both. I need to install a plugin in eclipse ...
0
votes
0answers
5 views

Toolchain integration in CDT(Build artifact extension does not get changed)

I have integrating code sourcery tool-chain with CDT for making arm build. When I create a new project from eclipse by choosing codesourcery toolchain type project, I am able to generate the binary ...
0
votes
1answer
12 views

Eclipse e4 and plug-in development

Is it possible to create Eclipse plug-ins (e.g view parts) using Eclipse e4 incubator? Or is e4 only useful for 'window-based' applications? I already checked How can I create a view using the E4 ...
0
votes
0answers
25 views

Highlighting swt table row on focus lost

I am facing the same problem mentioned here SWT: Table lost selection . I am using ubuntu 12.04 NOT windows. Is there any way to highlight the selected row of a SWT table even after focus lost. I ...
0
votes
1answer
15 views

Show/hide files in eclipse project explorer depending on requirements

I am creating an eclipse application which have a switch under menu windwos-preferences-> on/off. Depending on status of this switch I want to update the content of project-explorer i.e. when switch ...
0
votes
1answer
13 views

Eclipse Tycho change default source location

I am trying to build eclipse plugin using Tycho, eventhough we are using maven, our project structure is bit different than standard tycho/maven structure. (because due to company standards) Project ...
0
votes
1answer
15 views

How to get the columns of a jface Tree Viewer?

Having a reference to a jface TreeViewer, how can you get a list of its columns, e.g. TreeViewerColumn objects? Something like: TreeViewer treeViewer = (TreeViewer)viewer; TreeViewerColumn[] ...
0
votes
1answer
19 views

Eclipse PDE: put hints on java editor

I'm trying to create an Eclipse plug-in, which gives suggestions about in which packages the classes should be. And now I'm having troubles on adding corresponding icons to the java editor, on the ...
2
votes
0answers
23 views

Eclipse Swing WindowBuilder returns error when trying to set border

I'm encountering a problem with Eclipse's Swing WindowBuilder. When I click on the border options button to edit the border of the jPanel: I get the following error: I am running on Mac OS X ...
-1
votes
0answers
9 views

intially my xml parsing through web server was working properly. But after i installed new softwares in eclipse it is not working [on hold]

This is my logcat error: 07-11 07:02:47.029: E/AndroidRuntime(855): FATAL EXCEPTION: main 07-11 07:02:47.029: E/AndroidRuntime(855): java.lang.RuntimeException: Unable to start activity ...
0
votes
1answer
16 views

IBM Worklight 6.0 - “Error: Unable to read repository at http://public.dhe.ibm.com/ibmdl…”

I am trying to add IBM Worklight plugin to my eclipse environment in Mac 10.7.5 system. I am using Eclipse version Juno 4.2.2 (SR2) for Java EE developers, and using JAVA 7. I tried to install ...
0
votes
1answer
20 views

FrameworkEvent ERROR on running a Hello World OSGI Bundle

I am a beginner in OSGI. I followed the following tutorial to do a simple Hello World OSGI Bundle in eclipse. http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=2 On running the ...

1 2 3 4 5 349
15 30 50 per page