[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Running SWT Outside Eclipse Instructions
|
> If you insist on having your application corrupt the JRE by placing SWT in
> it, please post the name of your product so the rest of us can avoid it.
> I
> would be extremely upset if I found that a third party software package
> added something to the JRE. SWT does not belong in the JRE. If I'm
> running
> an SWT application that depends on a different version of SWT than your
> product, instalation of your product will break my other application.
You should expect people add SWT, JDBCs, and many other commonly
used package into JRE. The lib/ext is exactly designed for it! Your programs
should run smoothly all the time on all versions. If you don't do that, your
managers
and users won't be happy. Making them work is always developers'
responsibility.
If SWT can cause problems as you claim, no one will use SWT.
Regards.