4

I've got a weird issue, and nowhere to find a solution. I'm currently working on a web java test project on eclipse. Nothing particular at the moment: a simple java servlet that sends a request object (with attributes) to a jsp. Attributes are a couple of String variables i've set myself.

Problem is: no matter which string value i update, when i run/debug the app, eclipse will still use the old data value. And i've tried to build automatically the project, still doing it. Thanks for your help!

1
  • Clean and build you project. Commented Apr 4, 2015 at 10:51

2 Answers 2

1

Solved it. It was actually a problem in the project build path. As this is an imported project, the JRE version was different from the version i'm using on my machine right now.

Solution:

Right Click on project-> Build Path -> Configure Build Path -> Librairies -> Remove old JRE -> Add Library -> Add new JRE.

Sign up to request clarification or add additional context in comments.

Comments

1

Try cleaning the project: Project -> Clean

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.