JonoPorter / h2sharp

Automatically exported from code.google.com/p/h2sharp
0 stars 0 forks source link

Problem try to open a connection #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. recompile H2 jar file "h2-1.2.121.jar" with ikvm-0.42.0.0
2. recompile H2Sharp with ikvm.openjdk.Text.dll, ikvm.openjdk.Util.dll,  
ikvm.openjdk.Jdbc.dll, ikvm.openjdk.Core.dll, ikvm.Runtime.dll, h2-
1.2.121.dll previously generated
3. create a small test prog with H2Sharp.dll
4. Try to establish a connection to a H2 database 

What is the expected output? What do you see instead?

I expect a successful connection but I get the following exception:
"Impossible to cast System.IO.FileNotFoundException to 
Java.lang.Exception".

Peraps a problem in IKVM??

What version of the product are you using? On what operating system?
The ikvm-0.42.0.0 version, and latest H2 (h2-1.2.121)

Please provide any additional information below.

You could find a screenshoot in attachment

Original issue reported on code.google.com by kkl.infe...@gmail.com on 15 Oct 2009 at 9:06

Attachments: