How can i make a source code to turn out to be a setup/intaller | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

How can i make a source code to turn out to be a setup/intaller

I am done with making my java program to make a basic calculator but i want to make it to be like a setup in that i just install it on pcs

6th Apr 2018, 7:15 AM
Enock Herman
Enock Herman - avatar
1 ответ
+ 2
Installers are not necessary for small programs. A installer would download extra files, extract files and copy them in the correct directory. Also most modern OSs will install it automatically like in android or other Linux distributions.
6th Apr 2018, 7:23 AM
Aaron Eberhardt
Aaron Eberhardt - avatar