Re: java.lang.NoClassDefFoundError: com.develop.jawin.ComException
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Hi Jim
Jim Pinkston wrote:
> I am getting the error java.lang.NoClassDefFoundError:
> com.develop.jawin.ComException when calling Word 2003.
Who, a com.develop... reference. That does not seem okay, as we have
long time ago moved the code into org.jawin..-packages.
So I assume this is somewhere in the native code we have a reference to
this com.develop..-class.
This may very well have been cleaned last summer, when I did a lot of
code and documentation cleaning. Unfortunately we haven't released since
then. But if you are using the latest binary build, could I get you to
check out the newest source directly from CVS, and build and use that
instead (you may want to check out the doc in the doc-folder, as it has
also been cleaned over).
This page should describe how you do a CVS checkout and build (you don't
need to build the native code, the compiled DLL is present in the CVS):
http://jawinproject.sourceforge.net/jawindeveloper.html
I would really like to hear if this solves your problem, because
otherwise I will have to find that old refence in the native code.
Best Regards and good luck
Morten