• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

errors in myeclipse

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am getting Multiple error i mean.. on the..

In the package explorer it is showing all packages that is .java files in error

but there is not error at all in that.. java files

example if i have class A
it is saying A cannot be resolved

like that it is showing all the.. .java files. but the java files are running fine and.. generating .clAss files and building sucesfully

do you think any .jar file or.. any.. files i have. to add

when i give small space in that .java file it will show full errors as if whole java file is.. full of errors.. that is getting small red cross b4 the. line

please help me it is really urgent project and this issue is slowing my process.

UNDER PROJECT MENU -->, WHEN WE CLICK PROPERTIES -->
WE GOT..PROJECT BUILD PATH

SOURCES, LIBRAIES, ORDER OF IMPORT AND OTHER OPTIONS
IS IT IMPORTANT
IF YES PLEASE HELP ME

I THINK BECAUSE OF THIS I AM SHOWING LOTS..OF ERRORS. WHEN ACTUALLY ERRORS ARE NOT THERE.
 
Ranch Hand
Posts: 259
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dont worry. To make them disappear,

1. Right click on the specific project and then select properties.
2. Select MyEclipse-->Validation
3. Check "Override validation preferences"
4. Click on "Disable All"
5. Click "Apply" and then "Ok"
 
Climb the rope! CLIMB THE ROPE! You too tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic