[Mono-list] using mono/ikvm to display Java Applets

Alex Roman allex2k3@yahoo.ca
Mon, 04 Apr 2005 22:55:52 -0400


On Mon, 2005-04-04 at 16:52 +0300, George Birbilis wrote:
> >  can anybody tell me what I would have to do to let mono/ikvm display
> > Java Applets embeded in HTML pages? Is this even possible?
> 
> if you mean ASP.net generated pages, just spit out the appropriate APPLET 
> tags (or OBJECT/EMBED tag combination) as described at java.sun.com
> 
> if you mean using it INSTEAD of a JVM and recompile your applets to use 
> Mono, similar to how J# Browser controls in .NET, I don't know of any effort 
> currently to implement J# on Mono. Try the GNU Classpath project in can it 
> has some useful code to port to Mono
> 
> -----
> George Birbilis (birbilis@kagi.com)
> Microsoft Most Valuable Professional
> MVP J# for 2004 & 2005
> http://www.kagi.com/birbilis
> -------------- 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

No, I believe he means use IKVM instead of Sun's Java VM so that he can
load, say, online games and that stuff through ikvm, and not sun java
vm.

I'm also interested in this.. sounds interesting...