These steps I follow to overcome this problem in mac
1) Download the mysql-connector-java-5.0.8 file
2) copy mysql-connector-java-5.0.8.jar file to /Library/Java/Extensions/
Archive for the ‘Operating System’ Category
ClassNotFoundException: com.mysql.jdbc.Driver, in Mac OSX
Posted in Mac OS X on November 19, 2008 | Leave a Comment »
Shortcut Keys in Mac OS X
Posted in Mac OS X, tagged mac, Mac OS X, shortcut keys, shortcuts on October 8, 2008 | Leave a Comment »
Startup
“Press X during startup” = Force Mac OS X startup
“Press Option-Command-Shift-Delete during startup” = Bypass primary startup volume and seek a different startup volume (such as a CD or external disk)
“Press C during startup” = Start up from a CD that has a system folder
“Press N during startup” = Attempt [...]
Unix Commands
Posted in Unix, tagged commands, linux, Unix, unix commands on September 24, 2008 | 3 Comments »
File Commands
ls – directory listing
ls -al – formatted listing with hidden files
cd dir – change directory to dir
cd – change to home
pwd – show current directory
mkdir dir – create a directory dir
rm file – delete file
rm -r dir – delete directory dir
rm -f file – force remove file
rm -rf dir – force remove directory dir [...]