The Artima Developer Community
Sponsored Link

Java Answers Forum
java applets

2 replies on 1 page. Most recent reply: Dec 9, 2002 6:07 AM by Markus Hort

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 2 replies on 1 page
j patel

Posts: 1
Nickname: dolphin21
Registered: Dec, 2002

java applets Posted: Dec 6, 2002 8:31 AM
Reply to this message Reply
Advertisement
hey :)

just a quick question ... what does it mean when i get "Start applet not initiallized" ... im just really confused cos it complied before.

thanks j


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: java applets Posted: Dec 7, 2002 9:00 AM
Reply to this message Reply
Means the AppletViewer has a problem to initialize the Applet-class.

Could be many thing...
Even when the class compiled successfully !
:-/
More infos ?

Thomas SMETS,
SCJP2 - Brussels

Markus Hort

Posts: 3
Nickname: maho
Registered: Dec, 2002

Re: java applets Posted: Dec 9, 2002 6:07 AM
Reply to this message Reply
Hi
you have to do an applet like this "file.html".
The compiled file.java gives a result file named file.class.
No you can open an editor and write an file.html file.
In a browser you can click it with your mouse.
More questions?

<HTML>
<HEAD>
<TITLE>Applet HTML Page</TITLE>
</HEAD
<APPLET code="file.class"
width=350
height=200>
</APPLET>
</HTML>

Flat View: This topic has 2 replies on 1 page
Topic: Generic Clone Previous Topic   Next Topic Topic: custom ClassLoader

Sponsored Links



Google
  Web Artima.com   

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