13 Replies Latest reply on Mar 25, 2011 4:03 PM by djhill

    Unable to compile with jboss-javaee.jar library

    nimrob28

      On my windows system I am able to compile fine with:

       

      javac -cp C:\jboss-5.1.0.GA\lib\jboss-javaee.jar GameRecord.java

       

      as that is the jboss-javaee.jar I would like to compile with, but when I try to compile on my Debian machine with:

       

      javac -cp /usr/local/jboss-5.1.0.GA/common/lib/jboss-javaee.jar ./GameRecord.java

       

      I get errors such as package javax.persistence does not exist and similar errors that should result from not providing the jboss-javaee.jar library. The problem is that i am 100% certain that my jboss-javaee.jar is in the exact location. What gives?