Applications,How can I make an application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Applications,How can I make an application?

In JAVA programming language.

23rd Nov 2016, 10:55 PM
shalaw ali
shalaw ali - avatar
6 Answers
+ 2
Java is a programming language, not a program, these are two different things. Do you want to build an app for a smartphone (maybe for Android) or a general Java application?
23rd Nov 2016, 11:09 PM
Alexandru Toderică
Alexandru Toderică - avatar
+ 1
For smart phone (android or ios) and general java application.. I want to know about them.. thanks for answer
23rd Nov 2016, 11:12 PM
shalaw ali
shalaw ali - avatar
0
The SoloLearn Java course covers all the basics to build a general application. Take the course, build some applications and then you can start building mobile apps too. You can't build something without knowledge.
23rd Nov 2016, 11:19 PM
Alexandru Toderică
Alexandru Toderică - avatar
0
I can write a code and good program but I don't know how is it be an application???
23rd Nov 2016, 11:21 PM
shalaw ali
shalaw ali - avatar
0
To make your code a working application you need to export it (if it doesn't have errors). If you're using Eclipse, you can go to File -> Export -> JAR File, there you may select "Export generated class files and sources" and make sure that your project is selected.
23rd Nov 2016, 11:28 PM
Alexandru Toderică
Alexandru Toderică - avatar
0
Thank you dear , but I use textpad.
23rd Nov 2016, 11:31 PM
shalaw ali
shalaw ali - avatar