> Hi,
> in my application there are several import from an external library, in
[quoted text clipped - 9 lines]
>
> Is there a solution?
I don't use eclipse, but the Class-Path does it just say jade.jar, or
does it contain the path of the jade.jar?
Or else, then your jar and the jade.jar need to be located in the same
directory.
The jade.jar should not be inside your jar file, if you want to put the
library in your jar file, you need to extract the files in jade.jar and
put them in your own jar file.
Are you sure the problem is the external library though?
Polzunov Sergei - 01 Jun 2006 22:19 GMT
>> Hi,
>> in my application there are several import from an external library,
[quoted text clipped - 20 lines]
>
> Are you sure the problem is the external library though?
and what about dtd files for xml in jar files? i can make my jar works
only when dtd directory in the same dir. But if i want to locate my dtd
dir in jar?