Hi , I saw this article for this issue past 2 years ago. I confused about this issue is show again? https://github.com/windward-studios/ikvm8/issues/14
poi 4.1.1 plus compiler error
Can't find cli.system.object
I can confirm that this issue happens: Compiling "HelloWorld.java" ... Creating "HelloWorld.jar" ... Compiling "RunJarFile.cs" ... Executing "RunJarFile.exe" ... java.lang.ExceptionInInitializerError at Java_java_lang_Class.forName0(String name, Boolean initialize, ClassLoader loader, Class caller) at java.lang.Class.forName(String name, Boolean initialize, ClassLoader loader, CallerID ) at java.lang.Class.forName(String name, Boolean initialize, ClassLoader loader) at RunJarFile.Program.Main(String[]...
The type initializer for 'sun.security.jca.Providers' threw an exception
I m using IKVM nuget package (8.1.5717), and i have a doubt regarding IKVM.OpenJDK.Core .
Thanks for this article. I am trying to use java utility which has dependency to third part java libs, all bundled together as a jar. But when i load this jar, i get errror as below: java.lang.ExceptionInInitializerError at Java_java_lang_Class.forName0(String name, Boolean initialize, ClassLoader loader, Class caller) at java.lang.Class.forName(String name, Boolean initialize, ClassLoader loader, CallerID ) at java.lang.Class.forName(String name, Boolean initialize, ClassLoader loader) Appreciate...
Anybody can answer ? Is it possible? I'm waiting for an
Bind a C# method to a Java Method
IKVM.NET 8.1.5717.0 Critical Failure Critical Failure: Failed to find core classes in core library PLEASE FILE A BUG REPORT FOR IKVM.NET WHEN YOU SEE THIS MESSAGE (on Windows you can use Ctrl+C to copy the contents of this message to the clipboard) NeutoSpfsLibrary, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=null C:\Windows\Microsoft.NET\Framework\v2.0.50727\ 2.0.50727.8762 32-bit at IKVM.Internal.JVM.CriticalFailure(String message, Exception x) at IKVM.Internal.ClassLoaderWrapper.LoadRemappedTypes()...
https://www.dropbox.com/s/j21vw37wlriygky/595c9ae5-f0c2-4d38-94ee-56dffcfc7cc0.jpg?dl=0
Critical Failure when calling a IKVM generated DLL from LabView
Using IKVM & IKVM-WithExes nuget packages at the same time.
Lots of error message while using converted dll in .NET, making application slow
regarding console logs
Thanks for reporting this. I've fixed it in cvs. As a workaround, you can specify...
Internal Compiler Error for -target:module
Thanks for reporting this. I've fixed it in cvs. As a workaround, you specify the...
Internal Compiler Error for -target:module
This looks like a bug in the underlying CLI runtime.
Moving the default method into the implementation(s) is work-a-round
Google Guice 4.1.0 - Error when binding interfaces with default methods
Ok, the problem is related to Providers. As ikvm removes the generic information...
Found this on the mailinglist - looks similar: https://sourceforge.net/p/ikvm/ma...
Tested with guice 3.0 - same error - just a different line of code. Will try to assemble...
Unfortunately I don't have a lot of time to work on IKVM, so without a minimal repro...
Google Guice 4.1.0 - Specified cast is not valid
Getting System.MissingMethodException on newer versions of ikvm
You are probably mixing different ikvm runtimes or assemblies compiled with different...
Getting System.MissingMethodException on newer versions of ikvm
+1 for .Net Core porting
I can't load java.sql.SQLException class into my IKVM
I cant load java.sql.SQLException class into my IKVM
Add IKVM Doc to IKVM build
Using Batik 1.8 running the /batik-1.8/batik-rasterizer-1.8.jar exported transparant...
Can you point to the sample that you means? Batik is a library which use extremly...
I am currently not sure whether the company i work for wants to continue using IKVM...
I am currently not sure whether the company i work for wants to continue using IKVM...
A possible solution for this problem with shared WritableRaster can be to move the...
This is exactly the use case that not work and can not fix because there are two...
I does not see the .NET part of the patch. How should this work? setGlyphTransform()...
This is exactly the use case that not work and can not fix because there are two...
I was able to make it work to share the image data between a Java WritableRaster...
What do you mean? You replied on my first or on my second post? Do you think it's...
What do you mean? You replied on my first or on my second post? Do you think it's...
What do you mean? You replied on my first or on my second post? Do you think it's...
This is not correct. This are only initial data which will be copied. The Bitmap...
My solution for this problem will be that the IKVM BufferedImage uses the following...
BufferedImage has 2 rendering targets at the same time.
I created an implementation for the setGlyphTransform in my Github fork of IKVM:...
I created an implementation for the setGlyphTransform in my Github fork of IKVM:...
I created an implementation for the setGlyphTransform in my Github fork of IKVM:...
Internal compiler error - when creating .net dll
Your .NET 2.0 installation appears to be corrupt.
Internal compiler error - when creating .net dll
You need to use the ikvmc version that matches with the nuget version. It is available...
wants to use older version of ByteCodeHelper.DynamicCast?
Support for .NET Core
Class not emitted when hierarchy contains hidden final members
IKVMC0104 is a verification error, which probably means that you tried to override...
Class not emitted when hierarchy contains hidden final members
Help with System.NotImplementedException
Thanks Jeroen , I understand :) 22.04.2016, 02:27, "Jeroen Frijters" jfrijters@users.sf.net:...
Thanks Jeroen , I understand :)
can not install ikvm on Ubuntu 14.04
The ikvm package is not maintained by me.
can not install ikvm on Ubuntu 14.04
Execution with: var sr = SECRenderer.getInstance(); var param = new java.util.HashMap();...
sun.font.StandardGlyphVector.setGlyphTransform no implemented exception
Sun.misc.Unsafe.setMemory
It's now available in cvs.
Following is an example snippet of the java code in the jar file I'm trying to compile:...
Following is an example snippet of the java code in the jar file I'm trying to compile:...
The missing setMemory overload can't be fully implemented, so I'll need to know the...
Sun.misc.Unsafe.setMemory
Well, just use the jar instead of compiling it with ikmvc. You can use a java.net.URLClassLoader...
Thanks for reply. i dont want to modify it, just want to use the jar. any chance...
java to c# : getting error :
This code is intentionally incompatible with any translation/compilation tool. It...
java to c# : getting error :
Linux Build System Issues
Should be fixed in cvs now. Thanks!
The System.XML thing is actually partially the fault of Microsoft. They named the...
The System.XML thing is actually partially the fault of Mono. They named the file...
Attaching an additional required file for this workaround.
Linux Build System Issues
Support for ALPN
Patch applied. Thanks!
Support CieLab colors -- patch attached
Support CieLab colors -- patch attached
IKVMC7 and IKVMC8 warning IKVMC0100: Class "void" not found
Thanks. It's a Groovy bug. It casts a return value to void: 31 invokestatic <Method...
Oh sure, sorry about that, here you go.
Can you please attach the jar instead of the dll? I don't need any depedencies.
Sure, thanks very much!
java.nio.file.Files.move and StandardCopyOption.ATOMIC_MOVE
Fixed on Windows.