MySQL and WebObjects (II)
MySQL and WebObjects (II)
- Subject: MySQL and WebObjects (II)
- From: Ari Denison <email@hidden>
- Date: Thu, 23 Jan 2003 19:45:48 -0800
Actually, maybe I just need to learn how to verify my CLASSPATH
environment variable. If anyone can help me with that, I would be very
grateful. Thanks
Ari D.
Hi. I'm completely new to WebObjects, Java and this list. I am learning
WebObjects as a possible alternative to Lasso, and also because I'm
unemployed and bored. I'm hoping that someone can help me get connected
to my MySQL database. I'm encountering an error in EOModeler and I
suspect it's for one of two possible reasons.
Here's the error:
JDBC connection failed for driver :'org.gjt.mm.mysql.Driver'. Driver
not found in Java Runtime! Please verify your CLASSPATH environment
variable. The current CLASSPATH for your application is :
/Developer/Applications/EOModeler.app/Contents/Resources/Java/
eomodeler.zip:/Users/ari/Library/Java:/Library/Java:/System/Library/
Java:/Network/Library/Java:/System/Library/Frameworks/JavaVM.framework/
Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/
Classes/ui.jar:/Developer/Applications/EOModeler.app/Contents/
Resources/Java/eomodeler.zip
Here are the two possible reasons I suspect caused this error:
1. I did something wrong when I installed WebObjects developer software.
2. The URL I am using in EOModeler isn't correct.
jdbc:mysql://localhost:3306/DATABASENAME
I have also tried
jdbc:mysql://localhost/DATABASENAME
I suspect it's the former.
I haven't had any success locating specific information on using
WebObjects with MySQL.
So if anyone has any suggestions for fixing the problem or on
WebObjects/MySQL documentation I would greatly appreciate it.
Many thanks,
Ari Denison
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.