| [news.eclipse.platform.swt] Re: Running SWT Outside Eclipse Instructions |
Mark Dexter wrote:Is there a document that explains how this now works in 3.3? Where is the platform-specific layer for SWT called from? Thanks. Mark
Hi. I think I answered my own question. The DLL files are now included in the SWT.JAR file for Windows. So I take it that some Java magic takes place that allows SWT applications to find the DLL's inside the SWT.JAR file. So we only need the platform-specific SWT.JAR file in the Class-Path of the manifest to run SWT app's and we don't need to worry about DLL files. Is this correct? Is this documented somewhere? Thanks. Mark
If you find out more about this, please post back.