| View previous topic :: View next topic |
| Author |
Message |
shri General User

Joined: 07 Dec 2004 Posts: 25
|
Posted: Wed Apr 20, 2005 4:36 pm Post subject: com.sun.star.* Java packages |
|
|
I am looking for the com.sun.star.* Java packages.
Where do I find those for downloading?
I have installed OpenOffice (1.9.93) and I have unzipped (but not configured and hence not made ('make'd)) the OpenOffice.org SDK 1.1 I could not find those packages.
shri |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3532 Location: Hamburg, Germany
|
Posted: Wed Apr 20, 2005 9:59 pm Post subject: Re: com.sun.star.* Java packages |
|
|
| shri wrote: | I am looking for the com.sun.star.* Java packages.
Where do I find those for downloading?
I have installed OpenOffice (1.9.93) and I have unzipped (but not configured and hence not made ('make'd)) the OpenOffice.org SDK 1.1 I could not find those packages.i |
They are not contained in the OOo SDK. They are delivered with every OOo installation. You will find them in the OOo installation path in the directory "program/classes". So using Windows, it will be "C:\Programme\OpenOffice.org 1.9.93\program\classes". On *nix, it will be perhaps "/opt/OpenOffice.org 1.9.93/program/classes". They are contained in all the *.jar files.
With kind regards
hol.sten |
|
| Back to top |
|
 |
Cybb20 Super User


Joined: 02 Mar 2004 Posts: 1569 Location: Frankfurt, Germany
|
Posted: Thu Apr 21, 2005 2:13 am Post subject: |
|
|
In addition to holsten's answer:
See the Developer's Guide for more information about how to set up a full OO environment in NetBeans.
Christian _________________ - Knowledge is Power - |
|
| Back to top |
|
 |
shri General User

Joined: 07 Dec 2004 Posts: 25
|
Posted: Thu Apr 21, 2005 9:29 am Post subject: Re: com.sun.star.* Java packages |
|
|
| hol.sten wrote: | | shri wrote: | I am looking for the com.sun.star.* Java packages.
|
They are not contained in the OOo SDK. They are delivered with every OOo installation. You will find them in the OOo installation path in the directory "program/classes". So using Windows, it will be "C:\Programme\OpenOffice.org 1.9.93\program\classes". On *nix, it will be perhaps "/opt/OpenOffice.org 1.9.93/program/classes". They are contained in all the *.jar files.
With kind regards
hol.sten |
Thank you hol.sten and Christian (and Danny for help on my previous posting)
Yes those are the jar files I was looking for. This will get me started soon on the programming (and hopefully be done with the Evil Empire Office suite as soon as possible !!).
- shri |
|
| Back to top |
|
 |
|