JBuilder Error

I'm compiling a project in JBuilder, but I keep getting this error:"Frame1.java": Error #: 704 : cannot access directory com\borland\jbcl\layout at line 23, column 1"I have know idea how to fix it... any suggestions
[251 byte] By [ArvindC] at [2007-9-26 22:25:48]
# 1

hi, hope this helps

surely you have import to com.borland.jbcl.layout in your class, but in the properties of your project you do not have like required libraries ' JBCL' which contains the classes of jbuilder of borland

in order to eliminate that message of error when compiling, remove the import, or adds 'JBCL' to your project required libraries

lalo79 at 2007-7-4 2:14:11 > top of Java-index,Developer Tools,Java Compiler...