[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to change the folder structure when exporting.

When I export my rcp application, I see the following folder structure.

\myRCP\
      \feature\
      \plugin\
             \myplugin.jar
..

Above is not the same as my development folder.
I create a foo folder. Next, when I export, it is packaged in myplugin.jar. If I write the code that reference a specific resource in the foo folder, it will throw run time exception.

How can I solve this problem?