0 Replies Latest reply on Mar 18, 2003 5:41 AM by benholland

    NoSuchMethodError

    benholland

      Hi,

      I seem to be having a class mismatch with my JVM. When I run my code from the command line on Linux pointing at

      /usr/java/jdk1.3.1_04/jre/bin/java

      It works. However when running in JBoss (on Linux) the code gives the NoSuchMethodError.

      I am forcing JBoss to point at /usr/java/jdk1.3.1_04/jre/bin/java by hardcoding
      the $JAVA variable in the run shell script.

      The code is accessing the Date and Calendar classes?
      Can anyone help me out?

      Ben.