[Monodevelop-patches-list] r1712 - trunk/MonoDevelop/docs
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Tue Jun 8 12:35:14 EDT 2004
Author: jluke
Date: 2004-06-08 12:35:14 -0400 (Tue, 08 Jun 2004)
New Revision: 1712
Added:
trunk/MonoDevelop/docs/MDWithIkvm.txt
Log:
short ikvm usage doc
Added: trunk/MonoDevelop/docs/MDWithIkvm.txt
===================================================================
--- trunk/MonoDevelop/docs/MDWithIkvm.txt 2004-06-08 16:29:02 UTC (rev 1711)
+++ trunk/MonoDevelop/docs/MDWithIkvm.txt 2004-06-08 16:35:14 UTC (rev 1712)
@@ -0,0 +1,27 @@
+
+MonoDevelop supports the Java langauge by using IKVM which is distributed
+with mono. To use it you need to do the following.
+
+Install at least the following
+mono
+mono-ikvm
+ikvm
+
+(Assume prefix=/usr and permission to write to /usr/lib)
+cd /usr/lib
+ikvmstub /usr/lib/mscorlib.dll
+ikvmstub (other assemblies you will use)
+ex. /usr/lib/mono/gtk-sharp/gtk-sharp.dll
+
+run MonoDevelop
+new Console Java Project
+verify Classpath is correct for the project by:
+ right clicking on project
+ project options
+ under Configurations, Debug, Code Generation
+ex. usr/lib/mscorlib.jar:.
+compile and run
+see "Hello World"
+
+Thats it.
+
More information about the Monodevelop-patches-list
mailing list