chamz
26 Mar 2011, 2:46 AM
hi, im totally new to ext gwt and gwt.
I have tried out examples given here (http://www.sencha.com/examples/#buttons) .
But Im always gettin this exception,
No source code is available for type com.extjs.gxt.samples.resources.client.Resources; did you forget to inherit a required module
when executing code "btn.setIcon(Resources.ICONS.add24())" .
I saw from a previous thread that this is because Resources.java class is not added to the class path. Please enlighten me on how to add this to class path.
Also do I have to change anything in launch path??
thanx in advance :)
I have tried out examples given here (http://www.sencha.com/examples/#buttons) .
But Im always gettin this exception,
No source code is available for type com.extjs.gxt.samples.resources.client.Resources; did you forget to inherit a required module
when executing code "btn.setIcon(Resources.ICONS.add24())" .
I saw from a previous thread that this is because Resources.java class is not added to the class path. Please enlighten me on how to add this to class path.
Also do I have to change anything in launch path??
thanx in advance :)