Hi. It's not question, but some information about.
I used Workbench/J (Build116) on Windows 8. And I had a problem whith
CREATE LINKED TABLE ...
It was error "class ... not found".
I find this messages and launch
CREATE ALIAS GET_PROPERTY FOR "java.lang.System.getProperty";
CALL GET_PROPERTY('java.class.path');
In results there was not my drivers pathes from H2DRIVERS (and other from 
system
enviroment CLASSPATH), only files from Workbench catalogue.
When I launch GET_PROPERTY from clonsole H2 - i saw, that pathes here, and 
i created
my table whithout any problem.
So, it's seems to me, that Workbench changes all pathess at it's own.
Buy.

среда, 25 февраля 2009 г., 7:18:38 UTC+11 пользователь Thomas Mueller 
написал:
>
> Hi,
>
> > it does not let me get in
>
> What is the exact exception message and stack trace?
>
> > Though I have added the mysql connector jar file (with full
> > path) to an environment variable named H2DRIVERS as suggested in the
> > documentation, it keeps giving me an error "Database driver not
> > found". Am I missing something ?
>
> How does your H2DRIVERS environment variable look like, and how do you
> start the H2 Console? Basically, the MySQL JDBC driver needs to be in
> the classpath. The H2DRIVERS environment variable is only used if you
> start the H2 Console using the shell script / batch file included in
> H2. If you start the H2 Console in some other way you need to make
> sure the JDBC driver is in the classpath.
>
> See also 
> http://www.h2database.com/html/tutorial.html#tutorial_starting_h2_console
> - Adding Database Drivers
>
> >  Where are the entries with respect to the databases getting stored?
>
> The password in the browser. The settings:
> http://www.h2database.com/html/tutorial.html#console_settings
>
> > just once tested by clicking on the 'Remove' button and it had taken
> > off the MySQL related entries. I had searched in "C:\Windows\Documents
> > and Settings\<userName>", the location where I had extracted the h2-
> > zip folder and ran the h2 executable jar. But no luck.
>
> You didn't find a file called .h2.server.properties ? If not could you
> search for such a file? Maybe the user home directory is different in
> your environment.
>
> >  Moreover when I logged off, deleted and completely unzipped the
> > contents freshly, still I can see those entries in the Cache. Is it
> > getting stored in browser cache?
>
> The password yes, but not the drop down list. Some browsers have
> auto-complete but I don't think this is the problem.
>
> Regards,
> Thomas
>
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to