The Artima Developer Community
Sponsored Link

Java Answers Forum
can't run an applet

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Arik Helman

Posts: 1
Nickname: arikarik20
Registered: Feb, 2005

can't run an applet Posted: Feb 8, 2005 5:11 AM
Reply to this message Reply
Advertisement
hello!
i built an applet on Jbuilder3 university edition
and i want to execute him on internet explorer 6
and when i do i get an error "load:class untitled4.Applet1.class not found"
i use win 98 but the problem not only in 98.
html code is:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<TITLE>
HTML Test Page
</TITLE>
</HEAD>
<BODY>
untitled4.Applet1 will appear below in a Java enabled browser.<BR>
<APPLET
CODEBASE = "."
CODE = "untitled4.Applet1.class"
NAME = "TestApplet"
WIDTH = 500
HEIGHT = 500
HSPACE = 0
VSPACE = 0
ALIGN = middle
>
</APPLET>
</BODY>
</HTML>

of course the applet is the untitled4 directory and of course i tryed to put him in same directory and erase "CODEBASE and untitled4. from html file but it doesnt help.
what can be the problem?
thanks

Topic: How to force kodo to generate the Foreign Keys while creating the SQL ? Previous Topic   Next Topic Topic: WAR file

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use