0

I installed some Hibernate Tools plug-ins and my eclipse/RAD is not starting now.

Here are the exceptions from the log file. Anyone has any idea? I tried this. But no use.

If at all its not possible, I would like to go back to previous point, if any like suggested here?

Community
  • 1
  • 1
Kevin Rave
  • 13,876
  • 35
  • 109
  • 173

2 Answers2

0

The Uninstall thread in SO is correct. You can uninstall your Hibernate plugins by going Help -> About IBM Rational Application Developer -> Installation details. On the "Installed software" tab click on the software that you wish to uninstall, then click the "Uninstall..." button.

Victor Sosa
  • 388
  • 1
  • 14
  • Well, I can't open the RAD to do that. – Kevin Rave Oct 02 '14 at 16:43
  • 1
    Right! I presume you used p2 to install Hibernate (Help > Install new software or Eclipse Marketplace). P2 has a command-line utility to run headless installation processes. In this blog post, I depict how to install RTC on top of RAD [https://www.ibm.com/developerworks/community/blogs/victorsh/entry/installing_rtc_client_402_on_rad_v90_in_command_line?lang=en] What you need to do? Find out the feature group for Hibernate and use the uninstallIU argument [http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html] – Victor Sosa Oct 03 '14 at 19:17
  • Please add this to answer. I will accept it. This will be helpful to others. – Kevin Rave Oct 03 '14 at 20:15
0

Adding as an answer.

I presume you used p2 to install Hibernate (Help > Install new software or Eclipse Marketplace). P2 has a command-line utility to run headless installation processes. In this blog post, I depict how to install RTC on top of RAD https://www.ibm.com/developerworks/community/blogs/victorsh/entry/installing_rtc_client_402_on_rad_v90_in_command_line?lang=en What you need to do? Find out the feature group for Hibernate and use the uninstallIU argument http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html

Victor Sosa
  • 388
  • 1
  • 14