[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#810842: [anbe@debian.org: Bug#810842: igv: libsam-java is gone]



On Wed, Jan 27, 2016 at 04:22:43PM +0100, Olivier Sallou wrote:
> 
> override_dh_auto_build:
> .....
>   ant build
>   # Build dist/tracer.jar
>   ant -buildfile build_tracer.xml dist
> ....
> 
> After build, classes appear in build directory
> (build/dr/app/tracer/....) and included in dist/tracer.jar
> All you need is to add tracer.jar in your package after that.

OK, understand and implemented this in Git.

However, if I try to call tracer I get:

 $ tracer
Exception in thread "main" java.lang.NoClassDefFoundError: com/lowagie/text/DocumentException
        at dr.app.tracer.application.TracerApp$3.createDocumentFrame(Unknown Source)
        at jam.framework.MultiDocApplication.createDocumentFrame(Unknown Source)
        at jam.framework.MultiDocApplication.doNew(Unknown Source)
        at dr.app.tracer.application.TracerApp.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.lowagie.text.DocumentException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        ... 4 more

Any hint how to fix this?

Kind regards

        Andreas. 

-- 
http://fam-tille.de


Reply to: