I have the Java SE j.d.k. installed and the correct path in and it's working in that sense but whenever I try to compile written code I get an error java.op does not exist?
Printable View
I have the Java SE j.d.k. installed and the correct path in and it's working in that sense but whenever I try to compile written code I get an error java.op does not exist?
Is there a line in your source code that tries to do something with something named "java.op" ?
Could you post your complete code and copy/paste the exact error message to show to us? Paste the entire error message. Don't abbreviate. Don't paraphrase. It's important that we see the exact thing that you are seeing. Maybe we can offer some help in interpreting the compiler's message in the context of your code.
Then, tell us how, exactly, you are compiling.
Integrated Development Environment? (Which one? NetBeans? Eclipse? What???)
Command Line? (Show the exact command line you are using to compile.)
Finally, please tell us what version Java and what version operating system you are using. Sometimes it makes a difference to people who would like to help.
Cheers!
Z