I create a Eclipse plugin project in MAC OSX. After build this Product, I tried set JRE using Search... button but it's not working.
My JDK is installed properly in MAC OSX.
SO can someone tell me Why this happen.
I create a Eclipse plugin project in MAC OSX. After build this Product, I tried set JRE using Search... button but it's not working.
My JDK is installed properly in MAC OSX.
SO can someone tell me Why this happen.
Pass "org.eclipse.jdt.launching.macosx" plugin in your eclipse while create Product build.
It's Working for me.
Thanks.