You are here

jportable and mysql-connector

2 posts / 0 new
Last post
kdm
Offline
Last seen: 11 years 1 month ago
Joined: 2010-10-20 05:07
jportable and mysql-connector

I need to run a Java app that connects to a mysql database.
I was provided with a driver (jar-file) called mysql-connectro-… that will handle the connection.
Can jportable handle this kind of things?
If so, where does the driver have to go?

I re-installed Java for now.
Without the driver I cannot make connection to the database either, but if I place the driver in C:\Program Files\Java\jre7\lib\ext\ the database connection is there and I can view and edit the data.

The app is working fine in jportable as long as I do not use functions that require the database.

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 6 months ago
Developer
Joined: 2008-09-30 19:18
Well,

I'd try putting it in ...\PortableApps\CommonFiles\Java\lib\ext and see if that works.

Log in or register to post comments