>> hicks@bigmailbox.net schrieb:
>>
[quoted text clipped - 18 lines]
> Try to refresh your project: select project (or source folder) in the
> package explorer and use File > Refresh (or hit F5).
I am running 3.2. I think they moved the 'Rebuild Project' option
because I do not see it where it use to be. So a back door way to
rebuild a project, do this:
- Right click on Project / Preferences / Java compiler
- Then check 'enable project specific settings'
- Change he compiler compliance level. The project will be rebuilt.
- Make sure you change the compliance level back to what it was and
disable the 'enable project specific settings',
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Oliver Wong - 11 Aug 2006 19:47 GMT
> I am running 3.2. I think they moved the 'Rebuild Project' option because
> I do not see it where it use to be. So a back door way to rebuild a
[quoted text clipped - 5 lines]
> - Make sure you change the compliance level back to what it was and
> disable the 'enable project specific settings',
An easy way to force a rebuild in 3.2 is "Project -> Clean", and then
select which projects you want to rebuild.
- Oliver
horst - 14 Aug 2006 08:51 GMT
Oliver Wong schrieb:
> > I am running 3.2. I think they moved the 'Rebuild Project' option because
> > I do not see it where it use to be. So a back door way to rebuild a
[quoted text clipped - 10 lines]
>
> - Oliver
O.K I have done your suggestion comlete! But without any success !
mmh...
I do not know what is to do!?!
Horst
hicks@bigmailbox.net - 14 Aug 2006 10:20 GMT
> Oliver Wong schrieb:
>
[quoted text clipped - 19 lines]
>
> Horst
You must have a build problem somewhere in your project if Eclipse is
not generating the .class files. The problem could be a due to missing
jar files, or if you have several projects, there could be a missing
project dependancy.
hicks@bigmailbox.net - 14 Aug 2006 10:23 GMT
> Oliver Wong schrieb:
>
[quoted text clipped - 19 lines]
>
> Horst
Window -> Show view -> Problems