Hi James, On Fri, 11 Feb 2005 11:35:21 -0500, James Black <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I had d/l SDK1.1 recently, and I was going through the tutorial to write > a plugin, and com.sun.star.sheet is not in my jar files, as far as I can > tell. > > Where should it be?
It's in unoil.jar. Usually for a Java UNO program, you should include the following jar files in your classpath: juh.jar jurt.jar ridl.jar sandbox.jar unoil.jar all of which should be in <OO.o dir>/program/classes . > > Also, I am running OO 1.9.69, and I want to write for OO 2.0. How would > I go about getting and building the java sdk? I guess at the moment, the only way that I know of to get the SDK is compile it from the source, that is, check out a development version of the source code, say SRC680_m69, and build it far enough to get the odk module built. Once built, the SDK should be found in that module. This is the way I do it to build my UNO components in Java. HTH, Kohei --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
