Can't read AppletViewer properties file - Applet
Posted
by
White rose
on Stack Overflow
See other posts from Stack Overflow
or by White rose
Published on 2011-04-18T12:45:22Z
Indexed on
2012/06/18
15:16 UTC
Read the original article
Hit count: 184
I have create a java applet program and compiled, it generates a class file.
while running the applet viewer in command prompt it shows a following warning message.
D:\Applets\Applets>appletviewer FirstApplet.java
Warning: Can't read AppletViewer properties file: C:eswaran_s.VMSPL.hotjava\properties Using defaults.
After I have run this command once again, it does not shows a warning messsage but the applet viewer is not running.
How can I solve this issue?
© Stack Overflow or respective owner