How to Run Java Applet Program in Sublime Text Editor ?

preview_player
Показать описание
In this video we will see how to Run Java Applet Program in Sublime Text Editor.

NOTE:- To run Java Applet Program you should have JDK 8 or lower version Installed.

To know how to install JDK 8 :

// Code For Executing Java Applet Program:
{
"cmd": [
"javac",
"$file_name",
"&&",
"start",
"cmd",
"/k",
"appletviewer",
"$file_name"
],
"working_dir": "${file_path}",
"shell": true
}
Рекомендации по теме
Комментарии
Автор

It's not working 😫😫 after saving the code you gave it didn't show the file on build System 😐 I really needed it

thatweirdone
Автор

Hello I tried to applet on MacOS as you show but, I just found error like 'where possible options include : '.
what should I do bro?😭

breadbang
Автор

This error comes Start applet not intialized can you help me

unkoterebi