4 Replies Latest reply on Jun 11, 2013 11:41 PM by jaikiran

    Dependency on rt.jar

    stianst

      I've got an application that uses JCaptcha which requires "com.sun.image.codec.jpeg.ImageFormatException" from "rt.jar". In JBoss AS 7.0.2.Final I solved this by adding "system" to the "Dependency" entry in MANIFEST.MF. However, this no longer works in 7.1.1.Final. I've tried "sun.jdk" and creating a jboss-deployment-structure.xml to add the dependency "<system>", neither works.