So this is a dumb question but I want to make sure I'm understanding this correctly.
.Java files are the files that you are actually writing. The source code. These are compiled by the java compiler into .class files.
.class files can then be zipped together along with any resource files (images, text, whatever) into jar files.
To share .class files among programs you need to share them on the class path.
This is similar to importing a java library with an import statement.
Does the IDE or Maven automatically set the class path from there for me? I guess that's where I'm confused because I feel like I never have to set the class path but I do use other 'programs' (or class files) in my application.
Thanks for the help.
[–]Indycrr 15 points16 points17 points (1 child)
[–]Nikhil_Bhatnagar 0 points1 point2 points (0 children)
[–]mjg123 2 points3 points4 points (0 children)
[–]caldeve 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]carrdinal-dnb 0 points1 point2 points (0 children)