In JDK6, is there a way to load multiple scripts, each in a file, and have the one script reference a method of another script? Sort of like \"include\"?
As long as you use the same scope to execute each file, they will be able to reference functions and variables from previously executed files.