0

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.

enter image description here

007
  • 161
  • 1
  • 3
  • 8
  • 1
    Try add your JRE path on [this][1] . [1]: http://stackoverflow.com/questions/6141180/mac-os-x-10-6-7-java-path-current-jdk-confusing – Viet Dec 09 '14 at 09:56

1 Answers1

0

Pass "org.eclipse.jdt.launching.macosx" plugin in your eclipse while create Product build.

It's Working for me.

Thanks.

007
  • 161
  • 1
  • 3
  • 8