Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Problem with css theme switching

On Wed, Jul 4, 2012 at 1:30 PM, Christian Strotz <Christian.Strotz@xxxxxxxxxxxxx> 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

Back to the top