Results 1 to 6 of 6

Thread: rowset.jar

Threaded View

  1. #1

    Thread Starter
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    rowset.jar

    Hi,

    This is in relation to my post crimson.jar. The problem is I have downloaded the rowset.jar and placed it in my folder c:\java\lib.This folder contains the other .jar files too.I have set the classpath to point to c:\java\lib in the environment variables....When I tried running the code an error appears:

    package sun.jdbc.rowset does not exist
    What are the correct steps in order for the rowset.jar to work correctly?

    Hope for any advice on this....


    By the way, I'm using JDK1.5 as my compiler, cloudscape as my dbms...

    Here's the error generated from the code:

    C:\BegJavaDB\Ch11>javac -cp . rowset/CachedRowSetExample.java
    rowset/CachedRowSetExample.java:7: package sun.jdbc.rowset does not exist
    import sun.jdbc.rowset.*;
    ^
    rowset/CachedRowSetExample.java:11: cannot find symbol
    symbol : class CachedRowSet
    location: class rowset.CachedRowSetExample
    CachedRowSet cachedRs;
    ^
    rowset/CachedRowSetExample.java:43: cannot find symbol
    symbol : class CachedRowSet
    location: class rowset.CachedRowSetExample
    cachedRs = new CachedRowSet();
    ^
    3 errors
    Thanks...
    Last edited by KGComputers; Jun 29th, 2006 at 07:59 PM.
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width