I'd like to programmatically launch an application (a second JVM) from a Java app using JNA.
Please note that I can't :
- add a Windows manifest to the JVM (minimal impact on the client)
- use right click "runas administrator" (clicking "Allow" in the UAC dialog will be complicated enough)
I've seen other Questions with answers that states "use an exe" like Java: run as administrator but I was wondering if anybody tried this using JNA