Embedding a Jar into a C# Form

Posted by clone1018 on Stack Overflow See other posts from Stack Overflow or by clone1018
Published on 2010-05-21T23:05:56Z Indexed on 2010/05/21 23:10 UTC
Read the original article Hit count: 128

Filed under:
|
|
|
|

Ok this situation is a bit difficult. But I am trying to embed a Java Jar into a C# form. Not as a new window or new process.

The Jar will be a game that uses the LWJGL library.

The C# Form will be a "wrapper" for it with tools and more.

Anyone have any ideas? Is this even possible?

© Stack Overflow or respective owner

Related posts about c#

Related posts about java