2

I had created a website in eclipse using tomcat as a server on windows 7 and it was working very fine. But now i have migrated from windows to ubuntu. I have installed java and it is working very well. But my eclipse is displaying error on each and every statement (this cannot be resolved). Please suggest how to solve this issue.

BalusC
  • 992,635
  • 352
  • 3,478
  • 3,452
honey preet
  • 101
  • 2
  • 13

1 Answers1

2

Most likely your eclipse is referring to JRE associated with windows path. Simply go to

Project Setting -> Java Build Path -> Edit/re-add JRE

wth correct path for your ubuntu system

Juned Ahsan
  • 63,914
  • 9
  • 87
  • 123