Why is com.sun.glass.ui.swt part of graphics-module

2014-04-02 Thread Tom Schindl
Hi Steve  others,

Why is com.sun.glass.ui.swt part of the graphics module? Should it go
into the swt one?

I think it should be shipped with swtfx.jar not else we get back to
classloader hell because the extension classloader tries to load classes
from swt which it naturally can not find.

Tom


Re: Why is com.sun.glass.ui.swt part of graphics-module

2014-04-02 Thread Stephen F Northover

Hi Tom,

This is an experimental SWT implementation of Glass that is used for 
debugging, benchmarking etc. purposes.  It's unlikely that we will ever 
ship it as part of FX.  You are right that it can't be part of jfxrt.jar 
and should it ever become more than that, it would need to be in a 
separate jar, perhaps part of swtfx.jar.


Steve

On 2014-04-02 3:43 AM, Tom Schindl wrote:

Hi Steve  others,

Why is com.sun.glass.ui.swt part of the graphics module? Should it go
into the swt one?

I think it should be shipped with swtfx.jar not else we get back to
classloader hell because the extension classloader tries to load classes
from swt which it naturally can not find.

Tom