Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java executable not found

Status
Not open for further replies.

giahan

Programmer
Sep 1, 2000
139
US
Hi,

I have to create a website running on RH7.1 using apache. I had the website working and had jdk1.3.1 and jre1.3.1 installed. For some reason I got the following error when I run the applet:
Error: java executable not found

The applet is really simple, just print out the "Hello"
(I have both hello.class and hello.html)

I can see it if it is on windows, but not on Linux.
Does anyone get this error?
Thanks for any help



GH
 
Usually a file not found is a "classpath" problem. You might check to see that you have set up your classpath to point to your applet class file.

hobh
 
This is the browser not finding java. Are you using a
java enabled browser?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top