Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] RCP build with tycho crash when start it in macos

Hi Cristiano,

I have had very similar problems with
NoClassDefFoundError exceptions when starting a RCP application from the command line which run fine when started from the IDE.
I
spent a lot of time figuring out the reason of this weird behavior and finally found that build.properties of one plugin was missing the bin.includes = . specification.
Apparently, this inhibits the plugin build by tycho to load any class, while in the IDE this seems to be overcome someway.

Albeit late, perhaps my findings can be of interest for you.

Clint

Back to the top