IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to run Quip2.1.1 or Quip 1.6.1?

    Posted Mon May 13, 2002 10:14 AM

    I can’t run the Quip software. The error message is “Can’t find class com/softwareag/xtools/quip/gui/QuipFrame”. Please tell me how to find the class. Thanks very much!


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: How to run Quip2.1.1 or Quip 1.6.1?

    Posted Mon May 13, 2002 10:37 AM

    How do you start Quip. The class is contained in
    the Quip.jar file. The script QuipGui.cmd adds
    this file to the classpath. Can you give more
    information on how you try to start Quip.

    Sven Eric


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: How to run Quip2.1.1 or Quip 1.6.1?

    Posted Mon May 13, 2002 12:16 PM

    My use the QuipGui.cmd file to run Quip in Win2000 Server. The content of QuipGui.cmd is:

    --------------------------------------------------
    @echo Starting QuipGui
    @REM Usage: QuipGui

    @setlocal
    @set HOMEDIR=.

    @set BINDIR=%HOMEDIR%
    @set JAVABINDIR=%HOMEDIR%

    @set EXAMPLEDIR=%HOMEDIR%\examples

    @java -classpath c:\jdk1.1.8\bin;c:\jdk1.1.8\lib\classes.zip;%JAVABINDIR%/quip.jar;%JAVABINDIR%/crimson.jar;%JAVABINDIR%/jaxp.jar;%JAVABINDIR%/log4j-core.jar -Dquipcmd=%BINDIR%/quip.exe -Dhomedir=%EXAMPLEDIR% -Dtarget=filesystem -Ddatapath=%EXAMPLEDIR% -Dservername=localhost -Ddatabasename=myDb com.softwareag.xtools.quip.gui.QuipFrame

    @endlocal

    -------------------------------------------------
    I can find the quip.jar file , but I can’t run the QuipGui.cmd. Please tell me the secret. Thanks.


    #API-Management
    #Tamino
    #webMethods


  • 4.  RE: How to run Quip2.1.1 or Quip 1.6.1?

    Posted Mon May 13, 2002 02:31 PM

    I can only guess what might be the problem.
    As you see HOMEDIR is set to ‘.’ within QuipGui.cmd.
    It might be
    better to replace this by the real fully
    qualified path name of your quip folder,
    as c:\myFolder1\myFolder2\QuiP
    assuming that QuiP has been unzipped into
    c:\myFolder1\myFolder2

    Furthermore it seems that you are using not
    Java 1.3 but jdk1.1.8. Quip needs jdk 1.3.

    Sven Eric


    #Tamino
    #webMethods
    #API-Management