What is this error? and what does it mean?
 
Note: c:\javaweberserver1.1.3\servlets\hellointro.java uses a deprecated API.  Recompile with "-deprecation" for details.
 
1 warning
 
So I recompile with -deprecation and get this error...
 
c:\javaweberserver1.1.3\servlets\hellointro.java :13: Note: The method java.lang.String getParameter(java.lang.String) in interface javax.servlet.ServletRequest has been deprecated.
    String name = req.getParameter("name");
 
Note: c:\javawebserver1.1.3\servlets\hellointro.java uses a deprecated API. Please consult the documentation for a better alternative.
 
Please help - code attached.

<<< java/*; name="hellointro.java": Unrecognized >>>

Reply via email to