aspose file tools
The moose likes Servlets and the fly likes Variable symbol not found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Variable symbol not found" Watch "Variable symbol not found" New topic
Author

Variable symbol not found

commissioner Bright
Greenhorn

Joined: Apr 02, 2011
Posts: 3
Hi everybody. i have run my program in jsp but i have move it to servlet. during compilation, the following error ensued


what do i do thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Did you define a variable named session? If not, and are expecting there to be an implicit variable (like there is in JSP), then that's the issue.

You can fetch the session from the request instance.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
nirmal singh
Greenhorn

Joined: Feb 07, 2008
Posts: 6
Have you declared session???anymore in your code
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Variable symbol not found
 
Similar Threads
doubt related to packages (To chandilya poppuru)
class in the default package not found by javac?
Help with DateFormat!?
Error in Package
can anyone please briefly teach me how to write a classic game?