Re: SWT without Eclipse?



On Mar 29, 8:55 pm, "roboti...@xxxxxxxxxxxxxx"
<roboti...@xxxxxxxxxxxxxx> wrote:
Is it possible to program in SWT without using Eclipse?

Yes (I am not that familiar with SWT, but
as a general rule, it is sure possible).

..Can I just use the command line java and javac?

I don't know. Can you? ;-)

To compile/run SWT based projects in other
environments, simply ensure the SWT classes
are on the classpath.

Andrew T.

.