I'm trying to do some java programming in Xcode and cannot figure out how to take other java files and include them in the project so that i can use classes already written in previous java files. I tried everything I can think of including:
-Going through the menu bar and selecting (Project) -> (Add to Project) and then adding whatever java file I wanted.
-Manually adding java files into the src directory for the project
-Adding a seperate project file into the current project
How the heck do you add other java files to the project???
-Going through the menu bar and selecting (Project) -> (Add to Project) and then adding whatever java file I wanted.
-Manually adding java files into the src directory for the project
-Adding a seperate project file into the current project
How the heck do you add other java files to the project???