Hello all and thanks in advance,
When running java I am getting the following error:
the java runtime environment cannot be loaded from
<c:\progra~1\java\jre16~1.0_0\bin\server\jvm.jll >
Anyone have any sugestions?
Printable View
Hello all and thanks in advance,
When running java I am getting the following error:
the java runtime environment cannot be loaded from
<c:\progra~1\java\jre16~1.0_0\bin\server\jvm.jll >
Anyone have any sugestions?
Hi Baileyr
Have a look at your system variables and make sure that your path has the exact location of your java jdk. example \Program Files\Java\jdk1.6.0\bin
Yep this is about class path setting. Are you work on an IDE or on notepad. If you work on notepad and command prompt, just set the class path to the working folder and test that works. I'm sure that something wrong with you system variables, if you change them.