-
jfrijters committed patchset 1974 of module ikvm to the IKVM.NET CVS repository, changing 5 files.
2009-11-13 15:08:20 UTC by jfrijters
-
jfrijters committed patchset 1973 of module ikvm to the IKVM.NET CVS repository, changing 1 files.
2009-11-12 14:09:57 UTC by jfrijters
-
jfrijters committed patchset 1972 of module ikvm to the IKVM.NET CVS repository, changing 3 files.
2009-11-12 07:40:52 UTC by jfrijters
-
jfrijters committed patchset 1971 of module ikvm to the IKVM.NET CVS repository, changing 3 files.
2009-11-12 07:23:16 UTC by jfrijters
-
jfrijters committed patchset 1970 of module ikvm to the IKVM.NET CVS repository, changing 1 files.
2009-11-12 07:13:12 UTC by jfrijters
-
jfrijters committed patchset 1969 of module ikvm to the IKVM.NET CVS repository, changing 1 files.
2009-11-12 07:05:04 UTC by jfrijters
-
smallsql committed patchset 1968 of module ikvm to the IKVM.NET CVS repository, changing 1 files.
2009-11-11 19:11:38 UTC by smallsql
-
If you have questions, please post to the ikvm-developers mailing list instead of filing bugs.
This NullPointerException is because javac expects the sun.boot.class.path system property to be set.
2009-11-10 13:13:34 UTC by jfrijters
-
Hi!
I have the following lines of Java-code which lead to an unexpected NullPoinerException in the converted .NET assembly:
import javax.tools.JavaCompiler;
import javax.tools.StandardJavaFileManager;
import javax.tools.StandardLocation;
import javax.tools.ToolProvider;
public class Start
{
public static void main(String[] args) throws Exception
{
JavaCompiler c =...
2009-11-10 12:28:00 UTC by confused1982
-
jfrijters committed patchset 1967 of module ikvm to the IKVM.NET CVS repository, changing 1 files.
2009-11-09 09:02:11 UTC by jfrijters