<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=362382304-15072003>The 
postgresql jdbc driver was not found in your classpath. That is the cause of the 
unresolved symbols. Make sure the postgresql jar is referenced 
correctly.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=362382304-15072003>-gary</SPAN></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  postgis-users-bounces@postgis.refractions.net 
  [mailto:postgis-users-bounces@postgis.refractions.net] <B>On Behalf Of 
  </B>Darren Houston<BR><B>Sent:</B> Monday, July 14, 2003 8:11 AM<BR><B>To:</B> 
  'PostGIS Users Discussion '<BR><B>Subject:</B> [postgis-users] Java Test 
  Fails<BR><BR></FONT></DIV>
  <P><FONT size=2>Hello all.</FONT> </P>
  <P><FONT size=2>I am having difficulties trying to compile and run the jtest 
  included with PostGIS 0.7.5. When I execute "make jtest" I get the following 
  errors;</FONT></P>
  <P><FONT size=2>[root@gis3 jdbc]# make jtest</FONT> <BR><FONT 
  size=2>/usr/java/j2sdk1.4.1_03/bin/javac -classpath 
  /usr/share/pgsql/java/pg73b1jdbc2.jar:/usr/share/pgsql/java/postgis.jar:. 
  examples/TestServer.java</FONT></P>
  <P><FONT size=2>examples/TestServer.java:35: cannot resolve symbol</FONT> 
  <BR><FONT size=2>symbol  : class Connection</FONT> <BR><FONT 
  size=2>location: package postgresql</FONT> <BR><FONT 
  size=2>                        
  ((org.postgresql.Connection)conn).addDataType("geometry","org.postgis.PGgeometry");</FONT> 
  <BR><FONT 
  size=2>                                        
  ^</FONT> <BR><FONT size=2>examples/TestServer.java:36: cannot resolve 
  symbol</FONT> <BR><FONT size=2>symbol  : class Connection</FONT> 
  <BR><FONT size=2>location: package postgresql</FONT> <BR><FONT 
  size=2>                        
  ((org.postgresql.Connection)conn).addDataType("box3d","org.postgis.PGbox3d");</FONT> 
  <BR><FONT 
  size=2>                                        
  ^</FONT> <FONT size=2><SPAN class=362382304-15072003><FONT face=Arial 
  color=#0000ff> </FONT></SPAN></FONT></P></BLOCKQUOTE></BODY></HTML>