Page 1 of 1

The requested operation requires evaluation

Posted: Sat Sep 01, 2012 4:46 pm
by lldillon2004
Please help. I don't understand this error message I get when I try to run a Java program after it has been compiled.
The error message reads "The requested operation requires evaluation" what does that mean?
How can I solve this issue?

Thanks in advance for any and all help received.

Posted: Sat Sep 01, 2012 5:04 pm
by MudGuard
Either you are not allowed to run java, or your java program does something which you are not allowed to.

It might help to run the java as Administrator.


(I assume the error message reads 'elevation', not evaluation)

You are right about Elevation

Posted: Sat Sep 01, 2012 5:45 pm
by lldillon2004
You are right about my spelling of the error I am getting. I appreciate your idea of running java as an administrator but I don't know how to do that. What really gets me is that I did have TextPad installed and working properly but I got a virus and had to reinstall my OS so I lost the setup and had to reinstall TextPad, I do believe I have installed the TextPad program and Java SDK correctly. I just really don't understand the word Elevation and the error. Thanks for your advice.

MyProgram

Posted: Sat Sep 01, 2012 5:52 pm
by lldillon2004
Also my java program is just a simple "Hello World" program to see if the installation is working. Not requiring more then to produce the words "Hello World".