Is it possible to run a .JNLP File Internally in a C# application? Basically instead of the .JNLP being it's own application, be an application inside of a c# application with all the same functionality but with extra functionality from whatever is being built into the c# app itself? I'm not sure if that makes sense at all lol but i want to basically run a java app inside of a c# app.
Thanks!