Hi all,
I am trying to create a new windows vista service through sc utility in command run, from some reason what worked in windows xp doesn't work in vista (surprised?). I am running the following command:
sc create rmiregistryService binPath ="C:\Program Files\Java\jre1.6.0_05\bin\rmiregistry.exe"
and it doesn't work... does anyone have an idea why? Can anyone point me to a working example?
Thanks, vondip