0

When I try to export my own RCP product I receive this error:

 In plugin com.nex.editor, the value for property source.lib/commons-beanutils.jar is not set.

Any help or idea how to resolve this problem?

dario
  • 5,149
  • 12
  • 28
  • 32
Sawsen
  • 11
  • 3

1 Answers1

2

You probably have source.lib/commons-beanutils.jar in a build.properties that is syntaxically incorrect. Search for that string in your workspace and check every build.properties

flafoux
  • 2,080
  • 1
  • 12
  • 13