java - CreateProcess error=740, The requested operation requires elevation -


i have web applet update regularly , decided make updater. when download update in java downloads fine. when try unpack + run update using runtime.getruntime().exec(pathtofile); createprocess error=740, requested operation requires elevation

how can fix if program web applet? can't tell them run browsers administrators. how can fix this?

one of friends having exact same problem month ago (he unrolling update via .exe file), , remember link helped him tremendously: http://mark.koli.ch/2009/12/uac-prompt-from-java-createprocess-error740-the-requested-operation-requires-elevation.html

i make comment under question (doesn't seem worthy of straight answer/solution), don't have enough rep yet comment. :-p


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -