[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Testing a ViewPart

Hi,

I'm developing some ViewPart and I got to the point where it works but I
need to make a lot of little L&F related changes and see how the view
looks in the overall workbench context.

After I make a change, I shutdown the workbench, restart it and open my
view again. This is very annoying... is there a better way?

I was thinking maybe there's a way to tell the workbench to use a 'smart'
classloader that will automatically load changed classes from specified
jar files - much like WebSphere does for servlets.

-Sharon