I am looking to work on coding, which one is preferable IBM RAD or Eclipse, Supportive concept or logic please..
Asked
Active
Viewed 193 times
0
-
RAD 7.5 is ancient and is based on Eclipse 3.4. The current release of Eclipse is 4.8. Which to use is a matter of opinion and so is off-topic for Stack Overflow. – greg-449 Jul 31 '18 at 10:04
1 Answers
0
Eclipse and RAD both are developed by IBM. Eclipse is open source product and free for download but RAD is IBM's licensed business product and you have to buy it. RAD is developed on the top of eclipse and hence it has lots of in-build utilities than Eclipse. But in Eclipse you can add utilities by adding plug-ins from various open source for free.
Now its up to you whether you want to buy RAD or get Eclipse for free. In RAD java JKD is pre-install hence you no need to install JDK in advance but to use Eclipse you have to first install JDK in your system.
Hope this will help you.

Abhijit Pritam Dutta
- 5,521
- 2
- 11
- 17
-
Yes, It looks quite informative. Thanks for detailed explanation. – Giriraj Gupta Jul 31 '18 at 10:19
-
Eclipse is being developed under the umbrella of the Eclipse Foundation, independently of IBM. The majority of Eclipse developers are not IBM employees, see e. g. [Platform](http://projects.eclipse.org/projects/eclipse.platform/who) or [JDT](http://projects.eclipse.org/projects/eclipse.jdt/who). – howlger Jul 31 '18 at 14:01