I'm trying to install eUML2 on my Eclipse Kepler installation.
So far, no success. I'm having dependencies problems when trying to install eUML2 studio from the update site. The instruction on the officail installation page does not mention kepler at all.
Does someone was able to install eUML2 on Kepler? It was a great tool, if it has been discontinued its a real pity...
Had the same issue so I had to change my mind. I now use an online UML tool
Related
I am having no success at installing UML Designer in Eclipse for Java Developers.
I have tried 6 different versions of the Eclipse IDE, going back as far as 2020-09. I have also tried installing Sirius first, but that also resulted in errors during installation. Finally, I have tried both the Eclipse Marketplace route and the "Install new software" route using the software repository URLs. Lastly, I have combed the internet looking for a "how-to", or similar, without any luck.
I assume, given that this discussion category is ongoing, that it is possible to install UML Designer in some version of Eclipse. :-) Can somebody please walk me through the exact steps that were followed to achieve a successful install?
Thanks for any help!
I just downloaded the latest Spring Tools 4 package, 4.3.2 RELEASE. My code base makes widespread use of AspectJ, and every time I try to import a project, I get a "Marketplace solutions available" dialog saying my IDE is missing natures to properly support my projects. It offers org.eclipse.ajdt.ui.ajnature as a solution, but the marketplace won't install it. When I try to access it directly through the Eclipse marketplace in my browser, I get an error dialog saying it's not compatible with this version of Eclipse. I'm using Java 11 on Linux. It's a little hard to figure out which version of Eclipse is embedded in this tool, but it appears to be Eclipse Equinox. Thanks for any help or suggestions.
The link provided by howlger http://download.eclipse.org/tools/ajdt/48/dev/update was the missing piece of information. That solves the problem, everything builds.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Where can I find older versions of Eclipse ADT
Can’t find AVD or SDK manager in Eclipse
I'm having difficult installing the Android environment on Eclipse. I've tried all the usual fixes like running as an administrator but have had no success.
I have installed the ADT Plugin which has been checked multiple times but when I restart Eclipse and go to Window-Perspective Android does not appear. I'm making this a new question because all of the solutions I have tried and none have worked.
Eclipse version - Eclipse IDE for Java EE Developers
I have download the Android SDK and that's fine but can't seem to get to work with Eclipse. Grrr!
Anyone got any ideas?
P.S. I have tried using Eclipse Classic and the problems are still the same.
SOLUTION FOUND: Where can I find older versions of Eclipse ADT older versions of ADT can be found here to work with the Java version I have. Thanks for all your help!
http://developer.android.com/sdk/installing/installing-adt.html
If you will be developing in Eclipse with the ADT Plugin, first make sure that you have a suitable version of Eclipse installed on your computer as described by the system requirements.
If you need to install Eclipse, you can download it from http://www.eclipse.org/downloads/. We recommend the "Eclipse Classic" version. Otherwise, you should use a Java or RCP version of Eclipse.
I was not able to install the ADT plugin for Eclipse Juno either, so I had to stay with Eclipse Indigo for a while. I noticed that others had the same issue.
You need
java JDK
Android sdk
ADT plugins
Eclipse
in eclipse goto -> help -> install new soft-> select ADT XX...
then Goto windows -> preferences -> set android sdk path
also see this link for STEP BY STEP TUTORIAL
I am using Blackberry eclipse java plugin 1.5
I am not getting BB development environment.
Preprocessor directives supported by the RIM compiler
and Using preprocessor directives in BlackBerry JDE plugin for eclipse?
I used those links but not working..
Plaese help
My recommendation is to use this latest download of Eclipse & the plugin.
BlackBerry tools are not very good, so I find it best to use a dedicated Eclipse, only for BB dev. I have found that this download is working well for me.
Install this version - I think it will fix all your problems. If not, reply and I'll see if I can help further.
I downloaded eclim, and according to the installation guide
it requires Eclipse Helios 3.6.x.
So, I went and installed that version of Eclispe manually because it is not at Ubuntu's repositories.
What happened next was that, when I tried installing eclim, it said that it cannot recognize the eclipse version that I have.
Do you have any suggestions of how to resolve this issue?
The Eclipse that you install manually is not usually on the path that Eclipse is installed to when using the software center. I had this problem too while trying to install eclim.
There are two ways to fix it.
You can specify where the new Eclipse is installed to from your manual installation. For example, I manually installed Helios to $HOME/eclipse. When the installer gets to the point where it asks for eclipse's path, I specified it as /home/username/eclipse, replacing username with my name of course. That should find the helios installation, and not the installation in /usr/lib/eclipse.
The second way to do it is to manually make and install eclim from the repositories. The guide for this is here, http://eclim.org/guides/development.html#development-build. That will work you through building eclim from the development build, which may be better anyway as there may be new features not in the release version. Be sure to specify the eclipse home files in the Ant command, like so, ant -Declipse.home=/where/you/installed/eclipseto
Hope this helped, and merry days using eclim. It's really great.