1

'Create new project' wizard window

I have updated all the plugins provided by JBOSS, recommended in OpenShift->Get started page.. Yet I dont see, Openshift option in Create new project wizard window.. Anyone please help me out here. I am using Enide (Eclipse-Mars).

greg-449
  • 109,219
  • 232
  • 102
  • 145
Mukarram Ali
  • 387
  • 5
  • 24
  • it might help you : https://dzone.com/articles/openshift-how-create-web-0 – Mahdi Rashidi May 31 '16 at 08:00
  • thanks man.. but i have already gone through that.. M having different situation.. – Mukarram Ali Jun 01 '16 at 13:53
  • You can check in Help -> About Eclipse Platform -> Installation Details that you have definitely installed the plugins. One more thing to try: in the first line of eclipse.ini put the following: `-clean` see [here](http://stackoverflow.com/questions/2030064/how-to-run-eclipse-in-clean-mode-and-what-happens-if-we-do-so) – Dmitrii Bocharov Jul 07 '16 at 16:23

1 Answers1

0

If you have installed JBossTools (more precisely OpenShift 2 plugin inside JBossTools) in Eclipse, you can do the following:

Window -> Show view -> Other... -> JBoss Tools -> OpenShift Explorer

Now you can see the OpenShift view. Click on add new server, provide your credentials. Then right click on your new added account, and choose:

New -> Application...

I hope that helps.

Peter
  • 323
  • 1
  • 16
  • 46
  • Thanks Peter.. Still there is a problem.. In show view.. under JBoss Tools-> Project Archieves (only one option and no OpenShift Explorer) – Mukarram Ali Jun 01 '16 at 13:55
  • Try reinstalling the plugin, it should be there. Note that there is OpenShift 2 and OpenShift 3 plugins, you need the "2". – Peter Jun 01 '16 at 19:55