Re: javax API

2002-03-03 Thread Tom Cook
Elizabeth Barham wrote: > > Perhaps you need to install the JDBC 2.0 Optional Package Binary > for the javax.sql.*: > > http://java.sun.com/products/jdbc/download.html > > As for the other import issue, sun.jdbc.rowset.*, my best guess is > that this is a jdbc driver (I'm new to this!) and it m

Re: javax API

2002-02-28 Thread Elizabeth Barham
Perhaps you need to install the JDBC 2.0 Optional Package Binary for the javax.sql.*: http://java.sun.com/products/jdbc/download.html As for the other import issue, sun.jdbc.rowset.*, my best guess is that this is a jdbc driver (I'm new to this!) and it may be in some package somewhere or perhap

Re: javax API

2002-02-28 Thread Tom Cook
DvB wrote: > > I tried to run a jsp page on my testing box with mozilla and tomcat and > got errors about not being able to find javax.sql and sun.jdbc.rowset, > among others. After searching, I figured out that these packages are > part of the j2ee... or so I concluded from what I found. > > My

javax API

2002-02-28 Thread DvB
I tried to run a jsp page on my testing box with mozilla and tomcat and got errors about not being able to find javax.sql and sun.jdbc.rowset, among others. After searching, I figured out that these packages are part of the j2ee... or so I concluded from what I found. My question: is there a packa