Hi,

We're going to use DynamicJava for developing a test harness for an application server (and maybe followed eventually by some scripting in the server).

One of the things that I would really like is to be able to include other djava scripts of library routines. I know I could write the library rountines in Java and compile them, but then they would have to be static calls in some class file. For simple things, yes the "-i" flag will work, but I need something like C's #include.

Anybody else need something similar?