chenzero a écrit : > Hi All, > Sorry for this new hand question, > > I checked out the source from CVS > :pserver:[EMAIL PROTECTED]:/cvsroot > > it's ok, however, after imported the code in Eclipse, > I encountered a source files can not be compile, that is: > $rhino\toolsrc\org\mozilla\javascript\tools\debugger\SwingGui.java > > since met following errors. > > import org.mozilla.javascript.tools.debugger.downloaded.JTreeTable; // > missing class > import org.mozilla.javascript.tools.debugger.downloaded.TreeTableModel; > //missing > import > org.mozilla.javascript.tools.debugger.downloaded.TreeTableModelAdapter; > // missing > and the TreeTableModel also can not be resolved. > > Does anyone know where can download those files ?
The ant build file (in $rhino\toolsrc\org\mozilla\javascript\tools\debugger) donwload them from http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip Christophe _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
