 | OO-Snippets: Calling Java from OOBasicCommons| Keywords | calling java class from basic, uno component |
|---|
| Language | Java |
|---|
| Application | Office |
|---|
| Authors | Tom Schindl (initial)
|
|---|
| Supported Versions | 1.1.x |
|---|
| Supported OS | All |
|---|
| Question | How can I call a java class from OOBasic
I have written a java programm i want to run from OpenOffice using
OOBasic.
|
|---|
| Answer | You have to wrap your Java-Class/Java-Application in an UNO-Component. See the developer guide and the examples coming with it to see how this is done using the make utility. |
|---|
Changelog| Date | User | Modification |
|---|
| 2005-07-18 | tomson | Initial version |
|