[Mono-list] How to use Mono Compiler in Improve C# plugin forEclipse 3?
Harald Krapfenbauer
krapfenbauer at ict.tuwien.ac.at
Tue Nov 20 06:31:05 EST 2007
Hey Tim,
You may want to try the Emonic plug-in for C# and Eclipse.
Although it's in beta status yet, it is actively developed (in contrast
to the Improve C# plugin) and is already useful!
http://sourceforge.net/projects/emonic
http://emonic.sourceforge.net/
Best regards,
Harald
________________________________
From: mono-list-bounces at lists.ximian.com
[mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Tim X
Sent: Montag, 19. November 2007 09:37
To: mono-list at lists.ximian.com
Subject: [Mono-list] How to use Mono Compiler in Improve C#
plugin forEclipse 3?
To whom it may concern,
I have downloaded the Improve C# for Eclipse 3 today, it seems
to be running well.
I can create the *.cs file without any problem.
The problem now is the compiler argument in Windows
-->Properties--->CSharp.
I downloaded the mono compiler from here:
http://www.mono-project.com/Downloads
The file I downloaded is :
ftp://www.go-mono.com/archive/1.2.5.2/windows-installer/0/mono-1.2.5.2-g
tksharp-2.10.2-win32-0.exe
I don't know which file to choose for my argument, right now I
have C:\Program Files\Mono-1.2.5.2\bin\setmonopath.bat because it is
what leads to the Run Mono with Command Prompt shortcut.
I run my code by clicking the red dot on the menu. I don't know
if it is correct.
My code is:
using System;
public class new_file {
public static void Main() {
// Add your code here
Console.WriteLine("Hello World!");
}
}
But the console printout shows nothing.
Please let me know if you know how to resolve these issues.
Thanks,
Tim
--
I came, I saw, I wondered.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071120/8f68347d/attachment.html
More information about the Mono-list
mailing list