Search results

  1. S

    Installing jdbc drivers for mySQL

    I'm trying to install jdbc drivers for mySQL, I've downloaded the drivers and am following this how to: http://www.jspformacs.com/articles/jdbc.html I can't get the java driver to install, thoughts? when I execute the following: javac LoadDriver.java I get a page full of errors - here's a...
  2. S

    How to add a classpath

    Oboy, I get to answer myself! The command I wanted is part of the C shell set of commands (chapter 5 of Unix in a Nutshell - get it) you can use "setenv" to view your environment settings and can add new ones using the following: "setenv [name [value]]" in other words: setenv CLASSPATH...
  3. S

    How to add a classpath

    So simple to do that I can't find out anywhere how to do it...Someday I'll be unix literate (sigh)... The docs for installing jdbc drivers for mySQL simply say 'put in your classpath' nice to know I have a classpath if not class. I have a rough idea of what's required here but no details -...
  4. S

    Installing DBI - problem with CPAN

    Thanks, I finally got it to work by installing it manually again, the missing bit was the Developer Tools - specifically, the Make program...
  5. S

    Installing DBI - problem with CPAN

    I can't get the CPAN installer script to work - any ideas? when I run: perl -MCPAN -e shell I get the "cpan>" prompt o conf init chokes, see below "o conf init " takes me through the questions and finally chokes with the following. I have dev tools installed...
Back
Top