Re: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-20 Thread Christian Kofler
Hi, shame on me! I actually made a stupid mistake and wasted quite some time because I have been editing the wrong file... It's just too hot in Germany at the moment... OK, the problems I reported are actually no problems: using --classpath just did the trick. Sorry for bothering you. Cheers C

Re: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-19 Thread Andi Vajda
On Tue, 18 Aug 2009, Andi Vajda wrote: Maybe the JVM is depending on some native code that can't be found for this class. In that case you'd need to use -Djava.library.path= with vmargs. If that resolves the problem, adding another command line flag to jcc for setting the library path should

Re: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-19 Thread Andi Vajda
On Aug 19, 2009, at 8:01, Christian Kofler wrote: Hi, I had tried --classpath and now also -Djava.library.path but nothing helped. Maybe I need to dig into this doclets.Taglet stuff a bit more. Somewhere I read that JCC cannot handle annotations yet, is this maybe related to my problem?

Re: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-19 Thread Christian Kofler
Hi, I had tried --classpath and now also -Djava.library.path but nothing helped. Maybe I need to dig into this doclets.Taglet stuff a bit more. Somewhere I read that JCC cannot handle annotations yet, is this maybe related to my problem? Thanks for your feedback so far Christian Andi Vajda s

Re: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-18 Thread Andi Vajda
On Tue, 18 Aug 2009, Andi Vajda wrote: On Tue, 18 Aug 2009, Christian Kofler wrote: I am new to JCC - but I alread like it! Well, I did not yet manage to wrap the Java library I want to, but I appreciate the project in general... I am stuck at the moment with the following problem: The Java

Re: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-18 Thread Andi Vajda
On Tue, 18 Aug 2009, Christian Kofler wrote: I am new to JCC - but I alread like it! Well, I did not yet manage to wrap the Java library I want to, but I appreciate the project in general... I am stuck at the moment with the following problem: The Java code seems to use com.sun.tools.doclets.T

issues with jcc and com.sun.tools.doclets.Taglet

2009-08-18 Thread Christian Kofler
Hi, I am new to JCC - but I alread like it! Well, I did not yet manage to wrap the Java library I want to, but I appreciate the project in general... I am stuck at the moment with the following problem: The Java code seems to use com.sun.tools.doclets.Taglet and JCC does not like to find that cl