Uninstaller GUI

Problem: The uninstaller GUI does not display

Solution:

  1. Verify that your Java version is 1.4 or later:

    path to_java_bin/java -version
    

    For example, if your Java executable is located in /usr/bin/, enter:

    /usr/bin/java -version
    
  2. Go to $SYBASE, and from the C shell, enter:

    source SYBASE.csh
    ./uninstall/OSWSuite/uninstall -is:javahome JAVA_HOME location
    

    From a Bash, a Bourne, or a Korn shell, enter:

     . ./SYBASE.sh
    ./uninstall/OSWSuite/uninstall -is:javahome JAVA_HOME location
    

    where JAVA_HOME is the absolute path to your jdk/jre home.