Hi friends,
I am trying to install realmethods plugin in eclipse.
When I install realmethods it shows the following error
Cannot complete the install because of a conflicting dependency.
Software being installed: realMethods GAE Generator 1.0.0.201004110340 (aib_eclipse_feature.feature.group 1.0.0.201004110340)
Software currently ...
Hai friends
What is the realmethod. how it is using in eclipse. what is the use of realmethod in eclipse. can anyone tell me clearly what is realmethod and its uses.
Thanks in advance
...
Hi,
is there any free SQL formatter tool? I am using http://www.sqlinform.com/ for small queries. It is very good. But free version supports only 100 lines. TORA has the feature but it has many issues and I can not customize everything. Any free Eclipse plugins for this?
...
There are lots of Eclipse RCP tutorials that begin with the obvious first step: "Create a new plugin project..."
It seems that approx. 70% of them specify checking the "Generate an activator, a Java class that controls the plug-in life cycle". The others specifically say don't check that toggle.
Its not clear to me, what generating a...
Is anyone aware of an eclipse plugin that updates the tooltip on hover over a method/class to include annotation information?
There a few libraries we are using that have annotated methods and it would be handy if I could hover over the method and see what has been applied. I realize this would only work with annotations that have been...
Im having a problem regarding installing ADT plugin on Eclipse.
the error prompt was
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at http://download.eclipse.org/re...
Does the option "This plug-in will make contributions to the UI" essentially get ignored if the previous option "Generate an activator, a Java class that controls the plug-in's life cycle" is NOT selected" ?
...
I have an Eclipse plugin project, and it depends on other projects that I have in my Eclipse workspace. After adding the project dependencies under "Java Build Path" -> "Projects" tab, and also selecting the project in the "Order and Export" I get a java.lang.NoClassDefFoundError.
I'm assuming that the other projects have not been prope...
I am looking at javascript file and they started it off as
var myPage = new Object();
var myDocument = document.all;
then there is some code. and then this part
myPage.Search = myDocument.Search;
myPage.Search.searchType = "Description";
I am using eclipse with aptana. I want to know why would someone wanna do this
myPage.Search =...
I am trying to put all the projects in the combo, but I get "External Plugin Libraries" as shown in the picture below. How am I getting this as project which I don't have. How do I get rid of it?
...
I want to specify a custom icon for a marker. Sadly, the icon that I chose is not displayed.
Here's the relevant parts of the plugin.xml file (the project id "x"):
<extension
id="xmlProblem"
name="XML Problem"
point="org.eclipse.core.resources.markers">
<super type="org.eclipse.core.resources.problemmarker"/>
<p...
Hi,
I have installed eclipse with CDT. I have GNU compiler tool chain installed on my PC. But I need to replace the GNU compiler tool chain with our own Tool chain, how can I do this
...
I'm developing a plugin for Eclipse.
I'd like it to suggest the user to save unsaved resources before running.
This is in a similar behavior to how eclipse suggest you to save unsaved files before debugging.
In essence, I would like to open the following dialog:
Any help will be greatly appreciate.
...
I want to display a array of objects in PropertyView/PropertySheet,just like this:
How to do it?
thx.
...
hi guys,
i started to explore GWT yesterday it self and was going basic tutorial in google documentation, I've downloaded GWT ran a sample project without Eclipse as the tutorial stated and then started to setup Eclipse.
I'm using Eclipse Galileo and according to given instructions i followed the steps and when i was installing GWT plu...
How do I upload media to local storage of emulator device ?
Thanks in advance !
...
Hi,
i know there already are other questions like this, but i could't find anything useful. And it's becoming such a painful issue..
I was trying to install ObjectAid on Eclipse 3.5.1.
So, lets google, http://www.objectaid.com shows up. i added it to the repository list, then checked ObjectAid UML Explorer. It says:
Cannot complete th...
Hi,
I'm currently working on a plug-in for Eclipse that translates some custom Java code (which doesn't necessarily run/compile), to runnable Java code. In particular, the plug-in allows code to be written using classes created or imported during the translation. In general, the pre-translation code runs/compiles fine provided the write...
I am getting this bad version error as shown below. How to fix this. Do I need to have a separate jar file for each version of java?
...
Hi!
I switched to use facelet in Eclipse.
Before, when I used JSP i could put breakpoint on the page.
How can I put now on a facelet page?
...