[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] plugin swing app launching problem

Hello,

within a plugin I am launching a swing application by a certain action. I'm using the IVMRunner-way to do this. The swing app starts fine, but when that swing app starts another thread it hangs. The strange thing is that everthing works fine when testing my plugin in the eclipse plugin development environment. The problem occurs after deploying the plugin in a "real" eclipse IDE.

Any hints?

Chris