0

I've upgraded the Eclipse pluging to 3.7 and the JAVA SDK to 1.6.6. I've noticed some problems, so I'm trying to go back to 1.6.5 but the Eclipse plugin always copy 1.6.6 jars to WEB-INF. What I have to do to force the Plugin to change to 1.6.5?

Thanks

3 Answers3

1

Have you tried to manually remove the new JAR then copy the old JAR in your WEB_INF/lib ?
Does the plugin automatically adds the new JAR in the lib during the compiling ?

dustin
  • 4,309
  • 12
  • 57
  • 79
Mason
  • 393
  • 7
  • 22
0

Right click on the top level folder and select properties which should be the last thing. Look at Java Build Path and click on the Libraries tab. You can configure the SDK that the project uses from there.

Dylan Bijnagte
  • 1,326
  • 9
  • 17
0

Got to "Help" - "About Eclipse" - Select "Installation Details" - Select "Installation History" tab

It will show the recently installed history.

There you have options to "Delete" or "Revert" back the installations done.

Prabhu R
  • 61
  • 7