1
Answer

how to use the java jar file in C#.net wpf application

Anirban Roy

Anirban Roy

7y
334
1
I have a C# WPF application(UI is created).I have a java project and output is comming on console.I have converted to jar file.Can anyone please tell me how to use this jar file and populate the UIs with the execution of this jar file.Please tell me.Its Urgent!!!
Answers (1)
0
Shilpa Katre

Shilpa Katre

NA 54 25.4k 13y
Hello Darnell,
 Go through below link...here mention how to do publish silverlight application on remote machin.

http://weblogs.asp.net/scottgu/archive/2010/09/13/automating-deployment-with-microsoft-web-deploy.aspx

Thanks..