On Wed, Jul 4, 2012 at 1:30 PM, Christian Strotz <
[email protected]> wrote:

>  Hi,
>
>  Thanks for your answers.
>
>  Yes, there are the right values in my execute method and it works as I
> want when I start it in eclipse. Only when I export the product and start
> the exported executable it doesn't work ..
>
>
What does your deployed jar look like from a "jar tf plugin.jar" ?

You could set up a remote debugging session to your exported product so you
can see what it is doing.  The usual way is to launch your product in
remote server mode, and then from your workspace attach to it as a Remote
Java Application from the debug configurations dialog.

ex, I've used this pattern:
java -Xdebug \
  -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044 \
  -jar org.eclipse.equinox.launcher_1.0.100.v20080303.jar .....


Later,
PW

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR
_______________________________________________
e4-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/e4-dev

Reply via email to