Re: [api-dev] How do I generate an Error?

2005-12-17 Thread Andrew Douglas Pitonyak
Felix E. Klee wrote: In the online documentation and in a book that I have at hand (Open Office Programmierung by Rene Martin) I find explanation for handling errors. But, what I'd like to know is: * How can I let my code *generate* errors? * If generating errors manually is possible, how

Re: [api-dev] where is my addon installed?

2005-12-17 Thread Daniel Naber
On Freitag 16 Dezember 2005 13:37, Daniel Boelzle wrote: but I also suggest to play around with the class loader resource mechanism, e.g. java.net.URL url =     MyClassFromMyJar.class.getResource(some-file-in-my.jar); to obtain an url at runtime. Thanks, it worked. The new version of