-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey everybody,
I developed an Eclipse plugin (a view) using the plugin development version of Eclipse. I exported the plugin as a jar archive and now I would like import it in another version of Eclipse, but it doesn't recognize the plugin.
This is my first plugin so I might have forgotten something…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those.
Some provide useful enhancements, but in a specific niche. I'm not interested in those.
Some are great, but cost money. I'm not interested in those…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following setup:
eclipse
a standard Java project (A)
an eclipse plugin project (B)
How (if possible) can I use packages from A within B without first compiling a JAR file from A and adding it to B?
Thanks!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been doing javascript development for the last couple weeks and have tried JSDT and Aptana to assist in code completion. JSDT wasn't very good at all, but I did have more luck with Aptana (used as eclipse plug-in, not the standalone product). The problem I'm encountering is that when I create…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am currently trying to evaluate AWS for my company and was trying to follow the tutorials on the web.
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2241
However I get the below error during startup of the server instance:
Unable to associated Elastic IP with cluster:…
>>> More