user867198
user867198

Reputation: 1648

embed java applet into C# desktop application

I have created a website and this website uses the third party java applet to do some tasks. Now i need to convert the website into the desktop(windows) application. I believe i can convert the web pages into forms but what about the java applets?

Is it possible to embed java applet into the C# desktop application? Any direction to go? These applets are third party, i dont have any source code for it.

Thank you.

Upvotes: 2

Views: 1441

Answers (1)

Vitaliy
Vitaliy

Reputation: 720

Try looking into Java Native Interface API and Using the Java Native Interface in C#

Upvotes: 1

Related Questions