Re: class files not generated
Posted By:
Eugene_Zhuravlev
Posted On:
Wednesday, February 13, 2002 02:45 AM
You may try to exclude from the compilation the files with the errors in File | Project Properties | Compiler
Another option is to compile the project package-by-package invoking the compiter only on certain packages,
where you are sure all classes are compilable. (use ctrl-shift-F9 shortcut from the ProjectView or Commander).