How to install appletviewer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to install appletviewer?

23rd Nov 2016, 7:54 PM
Nirmal Chandra Panda
Nirmal Chandra Panda - avatar
6 Answers
0
Basically appletviewer is a command to run your applet program when you are working with applets .... And u can make applets by importing java.applet package .. its already there
23rd Nov 2016, 9:06 PM
Heisenberg
Heisenberg - avatar
0
can you tell me how to implement applet in an HTML page?
3rd Dec 2016, 6:13 AM
Nirmal Chandra Panda
Nirmal Chandra Panda - avatar
0
1)Create two separate file in notepad or anything else .java and .html . 2)Write your java applet code in .java file 3) In .html file write this <applet code="Your java class name.class" width="300" height="120"></applet> 4)And then compile your java file ..if u r using command line then use command 'javac' Eg. javac filename.java 5) Run your applet file with the command. 'appletviewer'. Eg. appletviewer filename.html (Dont use 'java' command to run your java file) 6)You made your applet
3rd Dec 2016, 6:29 AM
Heisenberg
Heisenberg - avatar
0
If in my pic appletviewer is not installed what I do
21st Jul 2018, 4:51 AM
Priya Rani
0
Install java standard edition(java se) in your pc and run rest of code........
17th Sep 2018, 3:46 AM
Priya
Priya - avatar
0
How to Run AppletViewer Program in Macos on Latest version ofJDK
10th Dec 2020, 4:41 AM
Sonu Kumar
Sonu Kumar - avatar