Re: ExceptionInInitializerError & Xerces



JBuilder is likely not seeing some dependencies that exist because
Xerces is using reflection to resolve classes.

Add the classes from your working jar into the JBuilder's dependencies
list (however you do that) until it works.

John Currier
http://schemaspy.sourceforge.net

.



Relevant Pages

  • RE: How to access code inside methods
    ... I think I was unclear. ... dependencies of a class, not an assembly. ... By using reflection, one can easily ... > Private Sub Button1_Click(ByVal sender As System.Object, ...
    (microsoft.public.dotnet.framework)
  • Re: Using Reflection to acquire IL Code
    ... You can use reflection to get the MethodInfo instance for the method, ... to reverse engineer a given assembly and create a diagram of dependencies. ... let's say that method foo() of class bob makes a call to ... that it is calling a method bar() of class sally. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dynamically loading an assembly
    ... You don't have to use reflection for every method call if the class ... For example, you can define assembly C, which contains an interface ... > early bind and early load the B assembly. ... > dependencies for its assembly won't be there. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Reading Assemblys Manifest
    ... Reflection? ... Mattias Sjögren [MVP] mattias @ mvps.org ... Please reply only to the newsgroup. ...
    (microsoft.public.dotnet.languages.csharp)