Cemerick / ikvm-mono-exit-hang. Pull requests 0. Projects 0 Insights. Download GitHub Desktop and try again. Launching GitHub Desktop. IKVM.OpenJDK.Core.dll -reference:commons-logging.dll -main:Test Test.cs Test.cs(9,9): warning CS0219: The variable `log' is assigned but its value is never used Compilation. IKVM.NET is a JVM for the Microsoft.NET Framework and Mono. It can both dynamically run Java classes and can be used to convert Java jars into.NET assemblies. It also includes a port of the OpenJDK class libraries to.NET. I needed the following dll's for JXL, but you may need more or less, depending on what subset of the java standard library your library uses: IKVM.OpenJDK.Core.dll IKVM.OpenJDK.Text.dll IKVM.OpenJDK.Util.dll IKVM.Runtime.dll Then, in my code, you can call the library from C#, just as if it was a.Net library. Jan 30, 2013 - I have however now downloaded the DLL and put it in place. IKVM.OpenJDK.Beans.dll; IKVM.OpenJDK.Charsets.dll; IKVM.
- # cd C:tempikvmbin
- # convert jar to dll with ikvmc: ikvmc -target:library C:jdbcojdbc6.jar
- Add-Type -Path 'C:tempikvmbinIKVM.OPenJDK.Jdbc.dll'
- Add-Type -Path 'C:tempikvmbinIKVM.OPenJDK.Core.dll'
- $url = 'jdbc:oracle:thin:@localhost:1521/someServiceName'
- $driver = [oracle.jdbc.driver.OracleDriver]::new()
- $props.setProperty('user', 'someUser')
- $conn = $driver.connect($url, $props)
- $r = $cmd.executeQuery('select * from all_tables where rownum < 20')
- Write-Host 'column count: $($r.getMetaData().getColumnCount())'
- while($r.next()){
- $row = foreach($c in 1..20){ $r.getString($c)}
- }
- function Invoke-Jdbc { param(
- , $format='EXCEL'
- , $dbtype, $hostname, $port, $db, $user, $password, $query
- $data = &$java -jar $driver -f $format -m $dbtype -host $hostname -port $port -d $db -U $user -P $password $query
- Write-Output -NoEnumerate ($data | ConvertFrom-Csv -Delimiter '`t' | Out-DataTable)
- }
- dbtype = 'oracle'
- port = '1521'
- user = 'user'
- query = 'select owner, table_name from all_tables'
Ikvm Client
Ikvm.openjdk.core.dll Free Download
