By including the word Java in my subject, I already know that I'm going to get a small number of people to look at my question, but oh well.
Here's the thing: I've got the source to a package that I'd like to use in a Cocoa-Java (oh no!) app. It looks like this:
Code:
-name_of_package
-com
-sub_dir
-java_source files
-more sub_dir's with ore java_source files
So my question is, how do I setup Projet Builder to work with the package? As of right now, I simply drag and dropped the "name_of_package" into the "Other Sources" folder and crossed my fingers, but I'm sure there's more that I need to do.
Is it something I'm suppose to do before I move the code into project builder (i.e. I compile the package first to a jar file by some manner and then import that info somehow into project builder), or is it something else?
One guess is it's a class path thing... but Im not sure.
Thanks,
Matt