Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: pro java server progr ch. 8 movieQuery.java


Message #1 by "frant turner" <seasundown@a...> on Wed, 30 May 2001 05:13:27
Ch. 8 MovieQuery.java uses wrox util lib which consists of 3 
files: /util/StringUtils.java, /util/html.jar & 1 another unrelated 
 ( but movieQuery.java p. 169 specifically uses only html.java). 

movieQuery makes a call to "addTable" method supposedly in
class HTML.java.  But there is NO SUCH method in the wrox class 
html.java.   This code never could  have been compiled with this 
version of html.java.

Jbuilder tells us here clearly that addTable is nothing which
can be called from html.java ( or anywhere in the wrox downnload
that I can find):

-------------------------------------
  "qry_movie.java": Error #: 300 : method  "addTable"
(java.lang.String[], java.sql.ResultSet) not found in 
class HTML at line 113, column 12

?



  Return to Index