Relates :
|
On Vista, an application should be manifested to run with higher privileges . Otherwise it will run with least user privileges. Since java applications are run using java.exe, we (and most java app developers) will need this facility by which they can specify at what privilege level their java application should run. See comments for more details.
|