Skip to main content
4 answers
  1. Aug 26, 2015, 3:48 PM

    @peterken2

    It is unlikely that your problem is that you lack a JDK since you can start the Mule instance and get to the point where you get the error message.

     

    However the Map interface in java.util is spelled with a capital 'M'.

    So make sure that if you referenced it in your flow (for example as an returnClass) you spell it "java.util.Map" with a capital M.

0/9000