How do you do it? The option isn’t there when I right click. How would I go about doing this?
You can always use launch4j to convert a Jar into a “exe” file. which is great for Windows 7 if you ever require admin permissions.
you will need to include a xml manifest file to prompt the user to accept admin mode.
Jars don’t have that option only exes do. My guess you would need to run the Java VM as an admin.