hi
I've got a problem with starting my applet.
The html code :
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<title>krzywe Lissalious'a</title>
<base href="file:///E:\nauka\javaPOO\projs\krzyweL\classes\">
</head>
<body>
<applet codebase=".krzywel" code="krzywel.LissApl.class" name="TestApplet" width="400" height="500" hspace="0" vspace="0" align="middle"></applet>
</body>
</html>
In Netscape 7.2 the following information appears : Applet TestApplet notinited, whereas Internet Explorer shows: java.lang.ClassNotFoundException: krzywel.LissApl.class, what can be wrong?
I'm viewing the applet with JBuilder (using its tools) and everything is ok
, but when I am trying to start the html file by clicking on it, it doesn't work properly :/ (and thiat messages appears in a browsers).
->Maybe my browsers runs different java version than this implemented in JBuilder?
I wanted to check the java version installed in my os , so I've wrote in a cmd prompt window a line: java -version, and the answer was that the name java is not recognized , ...but my browsers works with applets seted in internet.
Can anyone put this all together?
Bookmarks