CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: JDBC

  1. #1
    Join Date
    May 1999
    Location
    Malaysia
    Posts
    73

    JDBC

    I have installed an Informix JDBC 2.11 driver, and i am using MS Visual J++ 6.0 to write an applet.

    But when i call this:-

    Class.forName("com.informix.jdbc.ifxDriver").newInstance();



    i got this error:-
    java.lang.ClassNotFoundException: com/informix/jdbc/ifxDriver

    Please Advice,
    Thanks,
    chewlim



  2. #2
    Join Date
    Apr 1999
    Posts
    47

    Re: JDBC

    make sure the class that the app is looking for is in the classpath


  3. #3
    Join Date
    Apr 1999
    Posts
    48

    Re: JDBC

    Where is the classpath? How to change it?



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

Featured