answersLogoWhite

0

It means you have not installed jdk and jre in your machine...

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What do you mean by multithread program in java?

A Program in Java that spawns multiple threads is called a multithreaded program in Java.


Write a c program Fibonacci series using for loop in java?

Exactly what do you mean by 'C program in Java'


What does this compiler error mean ' ' in java?

Simply, the error that your compiler catches is called compiler error. Doesn't matter if you are in Eclipse, NetBeans or Intellij IDEA, all these IDE's are very smart. They can detect if you made any any mistakes in your program. Common compiler errors are- -When you try and access a variable that is out of scope -When you forget to give a semicolon. -When you will try to use a reserved keyword like - return. -Any syntax error that your compiler might find suspicious, will cause compiler to throw an error.


What does the java program error expected public class MathPow.java mean?

The error "expected public class MathPow.java" typically indicates that the Java compiler is expecting a public class declaration in the file named MathPow.java. In Java, the filename must match the public class name defined within the file. If the class is not declared as public or if the filename does not correspond to the class name, the compiler will throw this error. To fix it, ensure that the class is declared as public and that the filename matches the class name exactly.


What does compiler mean in programming?

A compiler is a program that converts the language into machine code, also known as binary (1s and 0s). Not all programming languages need compilers. Some are assembly and still others can just be straight and utter machine code.


Is there any c program that could read c program too?

I don't really understand your question, but maybe it is the compiler what you mean.


Who make Java Program?

Many people make Java programs, but if you mean who invented the Java programming language it was James Gosling of Sun Microsystems.


How do you use java technology?

it depends on what you mean... if you want to program it id then suggest you started with a program called robocode it teaches to learn java. other wise if your trying to access a program then do a system search.


What include in JDK mean?

JDK stands for Java Development Kit, which is a software development environment used for developing Java applications. It includes essential tools like the Java Compiler (javac), Java Runtime Environment (JRE), libraries, and various utilities for debugging and monitoring applications. The JDK provides everything developers need to write, compile, and run Java programs.


What are the risks of using compiler interpreter assembler?

The error messages may be frustrating as they show that your program is not perfect... Or I do not know what risk you mean...


What mean by multithreaded program?

A multithreaded program is one that has multiple threads in execution. They may execute parallel to one another or totally without relation to one another. In Java you can create multithreaded programs using Java threads.


PASCAL compiler is written in which language?

Which Pascal compiler do you mean? Pascal compiler can be written in Pascal, of course.