[MonoDevelop] Monodevelop-Java autocompletion

A.M. Abdelaziz amamh3 at gmail.com
Wed Dec 30 15:01:58 EST 2009


of course I agree, I was only trying IKVM after I heard of it.
I will not use it, I just have some Java projects that I made for my Java
course (which I don't like, I prefer C#/.NET) so I tried converting them to
mono dlls and using them from C# and also tried a simple GTK app using Java.
It's really nice, for Java programmers,  that you can use GTK from Java with
IKVM as swing really sucks

On Wed, Dec 30, 2009 at 9:40 PM, Andy Selvig <ajselvig at gmail.com> wrote:

> I don't mean to be fanboish here, but if you want to use a
> statically-typed, memory managed, curly brace language to do GTK
> development, then why use Java? C# + MonoDevelop is definitely the way to
> go, unless you have some existing Java code to integrate or something.
>
> 2009/12/30 A.M. Abdelaziz <amamh3 at gmail.com>
>
>> CC ??
>> I never knew that I had to do that, I guess all my emails to
>> monodevelop-list weren't seen by all people
>> THANKS !
>>
>> 2009/12/30 Iván Mosquera Paulo <ktulur at gmail.com>
>>
>>>
>>> I was just trying IKVM today, I was disappointed too that Monodevelop has
>>>> no autocomplete for Java, but I was able to use Netbeans:
>>>> after u generate stubs from dlls to jars, add them to ur netbeans
>>>> project and of course u get autocompletion, the project compiles fine but if
>>>> u ran it, it will give u a weird error message, here is what I got:
>>>> Exception in thread "main" java.lang.UnsatisfiedLinkError:
>>>> cli.Gtk.Application.Init()V
>>>>         at cli.Gtk.Application.Init(Native Method)
>>>>         at ikvm1.Main.main(Main.java:19)
>>>> Java Result: 1
>>>>
>>>> well, it seems the problem is that u have to run it using "ikvm" and not
>>>> "java" so just cd to the "dist" folder where the generated jar sits and do
>>>> "ikvm -jar whatever.jar" and it works !
>>>> I made a simple GTK# java with Netbeans
>>>>
>>>>
>>>>
>>> Glad to see I'm not the only one trying IKVM :-)
>>> Much thanks, I'll check it out.
>>>
>>> You didn't CC to the list, I tell you in case It wan't on porpouse.
>>>
>>> --
>>> Iván Mosquera Paulo
>>>
>>
>>
>>
>> --
>> A.M. Abdelaziz
>>
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>>
>


-- 
A.M. Abdelaziz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20091230/aff27fa0/attachment-0001.html 


More information about the Monodevelop-list mailing list