1 Reply Latest reply on Aug 18, 2004 12:00 PM by dannyyates

    java.net.MalformedURLException: unknown protocol: eudoxus

    solomono

      To All
      ] java.net.MalformedURLException: unknown protocol: eudoxus
      09:15:59,697 INFO [STDOUT] at java.net.URL.(URL.java:544)
      09:15:59,697 INFO [STDOUT] at java.net.URL.(URL.java:434)
      09:15:59,697 INFO [STDOUT] at java.net.URL.(URL.java:383)

      I have implemented a new URL protocol eudoxus. I have defined the implementation in the class sun.net.www.protocol.eudoxus.Handler.
      When I place the jar file that contains this class in an ear and reference it from the manifest file
      in the war I get this exception. Where should this file be placed. I believe it is accessed through reflection from the URL class.
      Thanks
      Solomon