On 3/30/06, Myrna van Lunteren <[EMAIL PROTECTED]> wrote: > > Is there anyone that can help me with info on the -fr option of ij? > The test harness uses it, but I'm having problem using it on OS/390 today > (getting NullPointers), and I couldn't find it documented in the > tools/utilities guide. I'm hoping it's hidden somewhere.
The options for ij are parsed in org.apache.derby.impl.tools.ij.util. -fr corresponds to the method getInputResourceAsStream, which instructs ij to load the file from the classpath using getResourceAsStream, instead of from the filesystem. andrew
