Java jar to compile for upoc classes

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Java jar to compile for upoc classes

  • Creator
    Topic
  • #52589
    StanSmith PA
    Participant

      Greetings,

      What java .jar do we need to include in our build path to successfully compile our upoc classes?

      I have been unsucessful in searching the directory structure, or finding the files individually.

      The compile fails when attempting to import:

      import com.quovadx.cloverleaf.upoc.CloverleafException;

      import com.quovadx.cloverleaf.upoc.Message;

      The import is part of java code that does a SQL query for valid CDMs extracted from an HL7 message.  Similar code is already in place for a different interface built before I arrived, so I know the elements exist – but I can’t find them.   v5.8, Linux RedHat.

      Thoughts, hints?

      Stan Smith

      Programmer Analyst

      Summit Health

    Viewing 1 reply thread
    • Author
      Replies
      • #74789
        Rob Abbott
        Keymaster

          Hi Stan,

          You’ll need cljava.jar, which is in $HCIROOT/clgui/lib

          Rob Abbott
          Cloverleaf Emeritus

        • #74790
          Levy Lazarre
          Participant

            Stan,

            Can you post the code to show what classes you are importing? It’s hard to make a suggestion without seeing what you are attempting to do. Most likely, there is a problem with the CLASSPATH.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.