compilação do java

Gerei um executavel .jar, mas agora o programa nao se conecta ao mysql!
ERRo: driver inexistente.

O programa que usei pra criar o executavel foi o JGRASP!

Se alguem souber como resolver esse problema me ajude!!

valeu obrigado!!

Provavelmente esta faltando o jar do driver de conexao do mySql junto com o teu jar.

Tenta apontar ele no classpath

falow

Usage: jar {ctxu}[vfm0Mi] [jar-file] [manifest-file] [-C dir] files ...
Options:
    -c  create new archive
    -t  list table of contents for archive
    -x  extract named (or all) files from archive
    -u  update existing archive
    -v  generate verbose output on standard output
    -f  specify archive file name
    -m  include manifest information from specified manifest file
    -0  store only; use no ZIP compression
    -M  do not create a manifest file for the entries
    -i  generate index information for the specified jar files
    -C  change to the specified directory and include the following file



jar -cvfm teste.jar ../oarquivoMeta-inf/manifest.mf * -C C:/aj mysql-connector-java-5.0.5-bin.jar