Menu

Java Extension to Saxon

Help
2001-07-26
2012-10-08
  • Paul Anderson

    Paul Anderson - 2001-07-26

    I have tried the example in the XSLT book by Michael Kay and it works in my environment.  When I try my own code, I receive a message "Method Access is illegal".

    I was trying to write a class with static methods but I have tried it both with static methods and with normal methods. 

    What am I missing?  Is there more documentation on writing Java extensions?

     
    • Paul Anderson

      Paul Anderson - 2001-07-26

      I have solved this problem.  The class was not public even though the methods were.  When the class was made public, it worked.