Re: Eclipse can't resolve framework

2007-01-11 Thread Henrique Prange
Hi Giles, I take a look here and JavaEOApplication doesn't have a com.webobjects.eoapplication.client package. Try to remove this line or organize the imports (Command+Shift+O). Cheers, Henrique Cedarstone wrote: Hi I am taking a project from XCode to Eclipse and seem to be progressing w

Eclipse can't resolve framework

2007-01-11 Thread Cedarstone
Hi I am taking a project from XCode to Eclipse and seem to be progressing well up to this point... I have a class with the following import declarations: import com.webobjects.foundation.*; import com.webobjects.eocontrol.*; import com.webobjects.eointerface.swing.*; import com.webobjects.eo