0

I build up update site project form eclipse,I do not know how to resolve plug-in dependency in feature.xml,I am setting "Included Features" and "Dependencies",but at the end when add locations for target definition throw "package javax.crypto 0.0.0";that jar is jre lib ....how to resolve?

https://i.stack.imgur.com/rq8wm.png

Shvet Chakra
  • 1,043
  • 10
  • 21
ProEditor
  • 59
  • 5

1 Answers1

0

Make sure to select the Java Runtime Environment on the 3rd tab called "Environment" e.g. to Execution Environment: "JavaSE-1.8" Makes sure to save and add your repo afterwards. Then it the target should also include the packages from the JRE.

Peter Kirschner
  • 927
  • 1
  • 9
  • 17