I've heard that you can use classpath
to use classes in other libraries. I googled about this and all results tell me to use the command line to compile the program and specify a classpath. But who would use command line to compile java programs nowadays?
I am using eclipse and Android Studio. I mean they are IDEs so they surely can set the classpath very easily, right?
Also, I want to know the word "library" in this context is just a jar file , right?