I just upgraded from M8 to 3.0R1 and downloaded the matching Myeclipse installer.
Everything seems to be working nicely, except for one thing, and I apologize if it should be in bug reports, I wasn’t sure.
I have one jsp that won’t compile (the other 30 do). It did compile in M8 and the prev. version of MyEclipse. The following is the errored line:
session = request.getSession(true);
The following is the error:
Severity Description Resource In Folder Location Creation Time
2 The final local variable session cannot be assigned. It must be blank and not using a compound assignment SetParameterFilter.jsp cetova/cetova-src/backend/web line 12 June 9, 2004 12:38:18 PM
The HttpSession variable in a jsp is not a final variable. So why does it give me the error?
By the way, I love the new MyEclipse. It does HotSwaps and configs much much better. You guys do a great job.
Ira
– System Setup ——————————-
Operating System and version:
Eclipse version: 3.0R1
Eclipse build id: 200405290105
Fresh Eclipse install (y/n): yes
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.7.101 200405301200-3.8-Beta1
Eclipse JDK version: 1.4.2_04
Application Server JDK version: Apache Tomcat/5.0.16
Are there any exceptions in the Eclipse log file? can’t see a log file yet.
– Message Body ——————————-