The requested operation requires evaluation

Using the Java SDK with TextPad

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
lldillon2004
Posts: 3
Joined: Sat Sep 01, 2012 4:32 pm

The requested operation requires evaluation

Post 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.
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post 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)
lldillon2004
Posts: 3
Joined: Sat Sep 01, 2012 4:32 pm

You are right about Elevation

Post 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.
lldillon2004
Posts: 3
Joined: Sat Sep 01, 2012 4:32 pm

MyProgram

Post 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".
Post Reply