-
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
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
after successfully building my application the start fails because it relies on config files which are located in the META-INF directory and after the build this directory is zipped into a jar file, hence making it unable to access the config files. After manually unzipping the jar, deleting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I previously had an eclipse rcp app based on eclipse 3.3 pugins deployed on both windows and mac OS X 10.4. i'm now trying to port the app to java 1.6 and eclipse 3.5 (Build id: 20100218-1602) plugins on Mac OS X 10.5.8 (Leopard).
I can launch the product from eclipse 3.5 on windows but not on Mac…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
how do i solve this:
I have usercredential informtion in my main RCP plugin. All other plugins should have that information as well. Preference Store is not possible, because also the presference store needs a nodename which needs to be globally available.
Are there any possibilities to realize…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an RCP application which I build using the .product file and PDE. In my product file I create a binary launcher for different applications to provide convenience to the user. It all works fine except when testing in Arabic languages.
In Arabic the application starts and it actually shows the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to force an RCP product to show a welcome page every time it the RCP was stared? (By default, the Welcome page is only shown for the first time the RCP is stared.)
I tried org.eclipse.ui/SHOW_INTRO=true in plugin_customization.ini, but it did not do the trick...
Thanks,
Frank
>>> More