Dave,
> I have a feeling I'm going to find it difficult to imp[lement on my
> Debian Production system.
It might actually be easier for you to get the final program running
that to configure NetBeans to do what you want ;-)
If you have any issues, post back. Most probably anyone a bit familiar
with Java will be able to help you.
As a first hint, be sure to include the -classpath option in your call
to java with the POI jar in it, e.g.
java -classpath ".:/path/to/poi.jar:/any/other/path/otherlib.jar"
your.programs.class
or put the jar in the same folder as your program's binaries (that is,
on the same level as the "your" folder in the above example).
Best regards,
-hannes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]