I am developing a Java plugin to Fiji using the Fiji script editor. The Plugin source is stored in some directory under version control, opened in the script editor and run using the "run" button in the editor. So far, so good.
As the project grows, I would like to organize the source code in several classes and files. Just putting additional files in the same directory does not seem to work as the compiler does not recognize those files and then fails to compile and recognize these classes. Which brings me to the question: how is code organization supposed to work with the Fiji script editor and java? Are there any conditions on package names, classpaths, directories and so on?
thanks in advance for any answer
Tim