The Artima Developer Community
Sponsored Link

Java Answers Forum
Apache Fop Library: NoClassDefFoundError

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stefan

Posts: 1
Nickname: fragola
Registered: Sep, 2002

Apache Fop Library: NoClassDefFoundError Posted: Sep 6, 2002 12:48 AM
Reply to this message Reply
Advertisement
Hi
Maybe this is a newbie's problem but can anybody help me?

I do some xml-transformation in my javaclass. in my case i also need
the apache FOP besides some other packages like jaxp etc.
now:
if i load the library from my harddisk, everything works fine.
if i load the library from a network drive, there's always
the exception

java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGLength

1. the class is there
2. all the paths are correct

what else can i do?

Topic: Java C++ Socket Communication Previous Topic   Next Topic Topic: when we seee a bean ,how can we say the it is a bean

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use