|
From: Juergen H. <ju...@in...> - 2005-03-31 18:05:39
|
We ship rowset.jar in the lib/j2ee directory, which should include the RowSet API as well as Sun's RowSet implementations. Yes, those are included in JDK 1.5, but they should be taken from rowset.jar if compiling on JDK 1.4... Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Joseph Wortmann Sent: Thursday, March 31, 2005 7:37 PM To: spr...@li... Subject: RE: [Springframework-developer] Building/running 1.2RC1 on JDK 1.4.2 Juergen, I work w/ Archie, and he asked me to respond. After reading your message below, I did some further investigation. The problem is occurring with the javax.sql.rowset package, which I thought was only part of 1.5. I have found another download from java.sun.com (the JDBC Rowset package) that appears to have the classes that spring is using. Is this package from sun the one you are using to obtain the rowset implementation? Joe Wortmann > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf > Of Juergen Hoeller > Sent: Thursday, March 31, 2005 11:13 AM > To: spr...@li... > Subject: Re: [Springframework-developer] Building/running 1.2RC1 on JDK > 1.4.2 > > Spring 1.2 RC1 is supposed to be buildable on JDK 1.5 and JDK 1.4.2, and > supposed to run on JDK >= 1.3. I've verified that it does all of those > before the release, so I wonder what failed in your case... Which JDBC > classes were missing, exactly? > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...]On Behalf > Of Archie Cobbs > Sent: Thursday, March 31, 2005 2:06 AM > To: spr...@li... > Cc: 'Joe Wortmann' > Subject: [Springframework-developer] Building/running 1.2RC1 on JDK > 1.4.2 > > > Hi, > > We're trying to build Spring on a JDK 1.4.2 system, and the build > is failing due to some missing JDBC classes. > > Is 1.2RC1 supposed to build on 1.4? Is it supposed to run on 1.4? > > Thanks for any insights. > > Cheers, > -Archie > > __________________________________________________________________________ > Archie Cobbs * CTO, Awarix * http://www.awarix.com > > > ------------------------------------------------------- > This SF.net email is sponsored by Demarc: > A global provider of Threat Management Solutions. > Download our HomeAdmin security software for free today! > http://www.demarc.com/info/Sentarus/hamr30 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > ------------------------------------------------------- > This SF.net email is sponsored by Demarc: > A global provider of Threat Management Solutions. > Download our HomeAdmin security software for free today! > http://www.demarc.com/info/Sentarus/hamr30 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |