Sounds like the click jars and not added to your project path. You building the project in netbeans?
On Tue, Mar 23, 2010 at 12:39 PM, vxc vxc <[email protected]> wrote: > Hello, > > What is needed for Netbeens to recognize @Bindable annotation? > > I get: > > cannot find symbol > symbol: class Bindable > > Source code: > > package clicktest.page; > public class HomePage extends BorderPage > { > @Bindable protected String title = "Home"; > } > > Thank you!
