Re: cannot find symbol

2009-06-15 Thread Hungry Snail
g fileset, pathelement, and even > a > reference to a previously defined path called "class.path2". > > How do you compile your code now? Are you using a script? If so, what is > the classpath used by the javac command in your script? That'll help you > unders

cannot find symbol

2009-06-15 Thread Hungry Snail
Hi People. I am trying to compile some files with ant but am getting the following errors. [javac] D:\Stats\src\org\selectbf\gui\ConfigurationDialog.java:32: package org.eclipse.swt.widgets does not exist [javac] import org.eclipse.swt.widgets.Text; [javac]^ [