[Solved] Eclipse e4 - No bundle loaded after exporting to exe [message #1097791] |
Fri, 30 August 2013 02:51  |
Eclipse User |
|
|
|
Hello,
I'm creating my application using Eclipse Juno.
In eclipse everything works well. I have my 6 or 7 bundle interacting correctly with each other within a custom eclipse e4 application.
I tried to export the main application as an exe file.
The exe file is generated, I can run it, but the problem is :
I only have the main application. My bundles (weither they are contributing to the UI or not) doesn't start.
So I went and look inside the plugins folder of the exported app. I does not contain my custom bundle. I tried to manually copy them inside the directory, but no better.
Should I modify the config.ini in the configuration folder ?
Is there any trick to export those in eclipse.
Please note, that I don't want to add these bundles in the required-bundle because they definitely are not required.
Any advice ?
Thanks
[Updated on: Wed, 25 September 2013 17:17] by Moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Eclipse e4 - No bundle loaded after exporting to exe [message #1116798 is a reply to message #1102034] |
Wed, 25 September 2013 17:15  |
Eclipse User |
|
|
|
Hi,
Just to you know I found the solution.
Every project for my bundles had 2 separates source folder : src and ui.
At export, src was exported, but not ui. That why I had the java.lang.ClassNotFoundException.
To solve this, I had to add the following entry in the build.properties :
And it now works great.
|
|
|
Powered by
FUDForum. Page generated in 0.04744 seconds