Hello Levy,
The followings are information related to my login and the environment:
1. login ID
cldev % whoami
hci
2. Hci root and my working site (dev_as_02)
cldev % showroot
HCI root is /hci/cis5.8/integrator
HCI master site is site_master
HCI site is dev_as_02
3. Class path
cldev % echo $CLASSPATH
/hci/cis5.8/integrator/dev_as_02/java_uccs:.:/hci/cis5.8/integrator/clgui/lib/cljava.jar:/hci/cis5.8/integrator/java_uccs
4. Java version
cldev % java -version
java version “1.6.0”
5. The way that I compile.
cldev % javac HL7TPS.java
Errors:
HL7TPS.java:8: cannot access com.quovadx.cloverleaf.upoc.TPS
bad class file: /hci/cis5.8/integrator/clgui/lib/cljava.jar(com/quovadx/cloverleaf/upoc/TPS.class)
class file has wrong version 50.0, should be 49.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
public class HL7TPS extends TPS
^
1 error
The first line of HL7TPS starts with:
import com.quovadx.cloverleaf.upoc.*;
Thanks for your help!
Ali