I'd already checked the permissions in the registry and the value of scrnsave.exe. The screensaver should work.
If the default windows screensavers didn't work as well, I'd figure there was a permission problem, but it's just the in-house made screensaver that doesn't work.
Thanks for the...
I have to enforce a company made screensaver on our users machines, however I can't get it to work properly. After the alloted time of no activity, I can see the screensaver try to kick in as the screen flashes, but then it stops working, until the next time increment, when it tries to run...
Thanks for the help, it worked like a charm.
However, I'm curious as to why I was able to compile the script without getting any errors until I tried to run the script. Is it because the script basically did nothing or does even a script that does nothing need the ...static void main... ?
Thx,
Z.
I keep getting the following error when I try to see if my script works Exception in thread "main" java.lang.NoSuchMethodError: main
Here is the script :
class Pizza {
int toppings;
int extras;
Pizza() {
toppings=1;
extras=3;
}
Pizza(int p, int c) {
toppings=p...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.