Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Connection JSP

    I am trying to use the connection to mySQL of a site JSP in Dreamweaver
    MX, but it speaks when control to test the connection: class not found.
    I have the SDK of I java it installed. What more necessary to make?
    Somebody knows?

    Thanks!
    Cabeça
    Cabeça Guest

  2. Similar Questions and Discussions

    1. Net connection without Internet connection whoas
      Hi does flash media server 2 require a connection to the internet i'm using the evaluation version on a computer which is not connected to the...
    2. "Contribute cannot verify your connection information."on a Local / Network connection
      When I create a connection key and specify Local/Network for the website, then select the right folder, I get this error: "Contribute cannot...
    3. "Contribute cannot verify your connection information"- Every other problem ruled out, but still no connection
      Hi, first, please allow me to give you the background info Client OS - Windows 2000/XP Pro Version - Contribute 2.01 - I installed the patch from...
    4. One NFS connection fine, one NFS connection slow
      Ok, this is all a bit odd. I will draw an ascii picture and hope it survives in Google: sun server | .------mandrake...
    5. Have internet connection but not workgroup connection.
      In article <Xns93B9BBF24CB33adfslur0mdoaur03jadl@207.46.248.16>, Frank Dreyfus <fdreyfus@nyw.com> wrote: I've written a web site that should help...
  3. #2

    Default Re: Connection JSP

    You'll need to download the mySQL JDBC driver from mySQL's web site, then
    copy the JAR/ZIP file to Dreamweaver's Configuration/JDBCDrivers folder.
    Restart Dreamweaver, and you should be ready to go :-)

    Best regards,
    Chris


    Chris In Madison Guest

  4. #3

    Default Re: Connection JSP

    Chris In Madison escreveu:
    > You'll need to download the mySQL JDBC driver from mySQL's web site, then
    > copy the JAR/ZIP file to Dreamweaver's Configuration/JDBCDrivers folder.
    > Restart Dreamweaver, and you should be ready to go :-)
    >
    > Best regards,
    > Chris
    >
    >
    I caught the JDBC to driver in the site mysql.com but I am not knowing
    to place in the folders of correct dreamweaver. You have its
    functioning with JSP? if yes, could informs where folder I places class?

    Thanks!
    Cabeça
    Cabeça Guest

  5. #4

    Default Re: Connection JSP

    Hi Cabeça,

    Yes, I've had it working with JSP just fine :-) Presuming you are using
    Windows, the place to put the driver's ZIP or JAR file is:

    C:\Program Files\Macromedia\Dreamweaver MX 2004\Configuration\JDBCDrivers

    If you are using a Macintosh, it will be in the the same basic location,
    except in your Applications folder.

    Best regards,
    Chris


    Chris In Madison Guest

  6. #5

    Default Re: Connection JSP

    Hello Chris, very obliged for all aid. It functioned perfectly. I
    placed in the folder that vc indicated the folder in such a way org/* as
    the folder with/* inside of C:\Arquivos de Programas\Macromedia...
    /Configuration/JDBCDrivers/(aqui) and functioned very well, then I
    obtained to have access the database mySQL.

    Thanks!
    Cabeça
    Cabeça Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139