[SOLVED] jdk6 JAVA_HOME overriding jdk JAVA_HOME

Placing this here for future reference to others having the same problem
Symptoms:
jdk6-compat installed alongside jdk
$JAVA_HOME still defined as /opt/java6 upon login
Problem:
in /etc/profile it uses:
if test -d /etc/profile.d/; then
for profile in /etc/profile.d/*.sh; do
test -r "$profile" && . "$profile"
done
unset profile
fi
which causes jdk6.sh to be sourced after jdk.sh
Solution:
Set your locale, aka LANG to something like en_US.UTF-8 before it performs the above code block
Why?
Setting the proper local will tell the shell to expand * globs in the expected alphanumeric order that the jdk6-compat AUR package intended.

The compiler with the JDK is called javac and the JVM is invoked with java. You'll find both under the bin directory of your SDK installation.
The JAVA_HOME variable points to your JDK directoryso it'll be the path that you've given. The PATH variable should point to the bin directory under JAVA_HOME so that you can run javac and java and the CLASSPATH variable should be '.' unless you need to add anything else ( like Tomcat's servlet-api.jar).
This link[1] should help you out loads.
[1] http://ist.berkeley.edu/as/ag/technology/howto/install-java-sdk-win.html
Edited by: nogoodatcoding on Oct 20, 2007 10:39 PM

Similar Messages

  • JAVA_HOME and JDK

    Hi,
    I installed the Java SDK a while ago, how do I check that I have the JDK with it? The reason why I ask is because I want to set the JAVA_HOME variable and not sure where I must map it to? When I installed the SDK it installed everything under C:\Sun\SDK\. I am running Windows XP.
    What are environmental variables used for? I am a C# developer and I am new to this Java setup.
    Regards
    Brendan

    The compiler with the JDK is called javac and the JVM is invoked with java. You'll find both under the bin directory of your SDK installation.
    The JAVA_HOME variable points to your JDK directoryso it'll be the path that you've given. The PATH variable should point to the bin directory under JAVA_HOME so that you can run javac and java and the CLASSPATH variable should be '.' unless you need to add anything else ( like Tomcat's servlet-api.jar).
    This link[1] should help you out loads.
    [1] http://ist.berkeley.edu/as/ag/technology/howto/install-java-sdk-win.html
    Edited by: nogoodatcoding on Oct 20, 2007 10:39 PM

  • How to point JAVA_HOME to jdk?

    Trying to use Ant, and apparently one requirement is to have your java.home pointing to my jdk..
    currently its pointing to my JRE so i've tried to set it programmatically like:
    System.setProperty("java.home", "C:/Program Files (x86)/Java/jdk1.6.0/");it didnt work.

    hm..
    the problem is i've also tried that..
    i created a new env variable called "JAVA_HOME" and gave that my path to the jdk.
    Then i added that as %JAVA_HOME% to the end of the path variable. Also did it to the PATH and CLASSPATH variables too.. but with no luck too

  • [SOLVED] Dependency problems Sun JDK, OpenJDK and Soprano

    Hi there,
    as I need the Sun JDK for programming, I wanted to replace OpenJDK with SunJDK. Here's what's happening:
    schorsch@archie:~$ sudo pacman -S jdk
    resolving dependencies...
    looking for inter-conflicts...
    :: jdk conflicts with openjdk6. Remove openjdk6? [Y/n] Y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: jdk: requires jre
    :: soprano: requires openjdk6
    schorsch@archie:~$
    What's the proper way to do this? Should I avoid having more than one java version installed on my machine? I guess so...
    I'm doing quite a bit of java development and sometimes really need the latest Sun Java.
    TIA,
    Blackhole
    Last edited by blackhole (2009-02-18 18:56:53)

    Okay guys, I did a "pacman -Rd openjdk6 && pacman -S jdk" which worked fine:
    schorsch@archie:~$ java -version
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)
    schorsch@archie:~$
    However when I use Konqueror and go to http://www.java.com/en/download/help/testvm.xml in order to test my java version, it doesn't work.
    More precisely the applet is not displayed at all. When I go to the Konqueror settings and to "Java & JavaScript", tick the checkbox "Use KIO" and refresh the page. I at least get a big gray square where the applet should be.
    Do I have to install any additional java plugin? Is anybody out there using Konqueror with the Sun Jre?
    //Edit: I've come across this: http://www.konqueror.org/javahowto/ but I was wondering whether this is already included in some Arch package. I don't wanna fiddle manually if there's a proper Arch way to do things.
    TIA,
    Blackhole
    Last edited by blackhole (2009-02-18 13:58:17)

  • [Solved] Vim tabstop override not working through .vimrc

    I'm getting to know Vim and am trying to set my tabstop settings in ~/.vimrc. I've added the lines below:
    set autoindent " always set autoindenting on
    set tabstop=4
    set shiftwidth=4
    set noexpandtab
    set softtabstop=4
    Yet when i start Vim and type 'set tabstop' it still reports back 8, so the settings above apparently don't work. If i 'set tabstop=4' from within Vim it works fine, just only for the current session.
    Other settings in .vimrc are read okay, so i don't think the problem lies there.
    system vimrc file: "/etc/vimrc"
    user vimrc file: "$HOME/.vimrc"
    user exrc file: "$HOME/.exrc"
    fall-back for $VIM: "/usr/share/vim"
    Any ideas?
    Last edited by litemotiv (2009-05-20 14:28:36)

    karol wrote:Any chance it's a .virc / .vimrc / .gvimrc or /root/.virc etc. mismatch?
    ~/vi(m)rc doesn't work, but ~/.vi(m)rc does - mind the dot :-)
    No i don't think so:
    [ollie@arch ~]% ls .v*
    .viminfo .vimrc
    I also have some other settings in the file like 'set number' and a colorscheme, that do get loaded..

  • EmCCR reports JAVA_HOME does not contain a valid JDK/JRE

    Greetings,
    I am seeing occasional emails from several OEM monitored targets reporting this issue. I have found a couple of support notes, 976112.1 & 832949.1 and understand the problem but am still unclear on a couple of things and hoping someone can assist me.
    1) how to set the $JAVA_HOME variable. jdk is installed in both the $ORACLE_HOME and $AGENT_HOME directories. Does it matter which jdk I use?
    2) The ccr directory is a subdirectory of the $ORACLE_HOME directory and the emCCR.jar file is also there. I assume that is the required jar file and so my $PATH must include that. Does that also mean the $JAVA_HOME variable should point there rather than at the $AGENT_HOME/jdk?
    3) Note 976112.1 suggests setting the $JAVA_HOME variable in then running setupCCR. I do not find a setupCCR but I do find a configCCR. I am not sure which is the correct executable to use. emCCR status shows I have 12.0.0.0.1 installed -
    iamdev1:product/11.2.0.2/dbhome_1/ccr/bin->./emCCR status
    Oracle Configuration Manager - Release: 12.0.0.0.1 - Production
    Copyright (c) 2005, 2013, Oracle and/or its affiliates.  All rights reserved.
    Start Date               04-Jan-2014 12:08:55
    Last Collection Time     21-Jan-2014 12:07:00
    Next Collection Time     22-Jan-2014 12:07:00
    Collection Frequency     Daily at 12:07
    Collection Status        idle
    Log Directory            /usr/local/oracle/product/11.2.0.2/dbhome_1/ccr/hosts/devon/log
    Registered At            12-Jun-2011 12:07:47
    Automatic Update         On
    Collector Mode           Connected
    4) I am also unclear as to which documentation I should follow.
    Any help or suggestions are greatly appreciated. Thank you.
    Bill Wagman

    Hi Solomon,
    Please cross check your settings with the following post about "configuring WLS (10.3.2) on Mac".
    http://forums.oracle.com/forums/thread.jspa?messageID=4008200&#4008200
    - Ram

  • JAVA_HOME not set when running a task via CRON

    On my Solaris 11 server I have created an entry in the root user CRON tab to launch a groovy based application every weekend. The application runs fine under a non-root user. When run by CRON however, the following error message gets emited:
    groovy: JAVA_HOME not set and cannot find javac to deduce location, please set JAVA_HOME
    Which is weird, as I have the following lines at the end of my /etc/profile file:
    JAVA_HOME=/usr/jdk/instances/jdk1.7.0
    export JAVA_HOME
    GROOVY_HOME=/usr/local/bin/groovy-2.1.3
    export GROOVY_HOME
    PATH=${PATH}:${GROOVY_HOME}/bin:${JAVA_HOME}/bin
    export PATH
    Please advice me where to look for the cause of this problem.
    Thank you in advance,
    Dusan

    I have the following command
          /usr/local/bin/groovy-2.1.3/bin/groovy /usr/local/bin/backup/prune_old_backups.groovy
    How do I add the JAVA_HOME variable into it?
    Thank you,
    Dusan

  • How to unset the JAVA_HOME

    dear friends,
    let me know how to unset the JAVA_HOME environment variable.
    urs,
    udu

    In what OS? Windows or UNIX (which shell?)
    In UNIX, under Bourne and K-shell, you'd set it to empty.
    JAVA_HOME=
    export JAVA_HOME
    I think the C-Shell may have an "unsetenv" command, but it's been a long time so I'm not certain.
    unset JAVA_HOME
        or
    unsetenv JAVA_HOME
    Windows ... well, somebody else will have to answer that one.

  • Downgrading JDK of a remote Solaris to install WebLogic Server 10.0

    Hello all,
    I've been assigned a virtual machine at my intern that needs WebLogic installed on it as part of my training. While going through WebLogic 10.0 compatibility notes in the Oracle website I have found that it requirea a 1.5 JDK while the Solaris machine is running the following:
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode)
    It's 1.6. And apparently I need to downgrade since, from what I've read, WebLogic Server 10.0 is only compatible with JDK 1.5 (5.0 and later).
    The machine has the following specifications:
    # uname -a && cat /etc/*release
    SunOS ELSOLT01 5.10 Generic_142910-17 i86pc i386 i86pc
    Oracle Solaris 10 9/10 s10x_u9wos_14a X86
    Could someone who has encountered a similar problem give me a few pointers on how to downgrade a remote machine using SSH? I have .sh and .tar files of JDK 1.5
    Much appreciated.

    "...only compatible with JDK 1.5 (5.0 and later)."
    I think this would include 1.6 too (5 and later).
    If you want to use another Java version with WebLogic you have to adjust the setDomainEnv.sh.
    Note that when you install WebLogic, you only have software there is not yet any runtime.
    What you do is from this software you create a domain (which is still software). When you create
    a domain, there is also a setDomainEnv.sh file create. In this file you find the following entries:
    WL_HOME="/location/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/location/jrockit_160_24_D1.1.2-4"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME="/location/some_version_of_the_JDK"
    export SUN_JAVA_HOME
    # added JAVA_VENDOR property
    JAVA_VENDOR="Oracle"
    export JAVA_VENDOR
    # added USER_MEM_ARGS, which override the memory settings
    # the following shows a JRockit example
    USER_MEM_ARGS="-Xms512m -Xmx512m -Xns256m -XXkeepAreaRatio:25 -Xgcprio:pausetime -XpauseTarget:200ms"
    export USER_MEM_ARGS
    # the following shows a (Sun) HotSpot example
    #USER_MEM_ARGS="-Xmx512m -Xms512m -Xmn256m -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC"
    #export USER_MEM_ARGS
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
         JAVA_HOME="${BEA_JAVA_HOME}"
         export JAVA_HOME
    else
         if [ "${JAVA_VENDOR}" = "Sun" ] ; then
              JAVA_HOME="${SUN_JAVA_HOME}"
              export JAVA_HOME
         else
              JAVA_VENDOR="Oracle"
              export JAVA_VENDOR
              JAVA_HOME="C:/bea/jrockit_160_24_D1.1.2-4"
              export JAVA_HOME
         fi
    fi
    # We need to reset the value of JAVA_HOME to get it shortened AND
    # we can not shorten it above because immediate variable expansion will blank it
    JAVA_HOME="${JAVA_HOME}"
    export JAVA_HOMEBy letting the JAVA_HOME point to the right directory you can alter the JVM with which WebLogic runs.
    The setDomainEnv.sh file is located in the <middleware-home>/user_projects/domains/<domain-name>/bin directory.
    Copy the new JDK files to the Solaris machine (you could probably also you something like winscp (http://winscp.net/eng/index.php) when
    you copy the files from a Windows machine).
    Install the JDK (usually a JDK to be installed on Solaris constists of two steps install 32bits than install 64 bits)

  • Problem with Managed Server pointing to a different JDK

    Hi,
    My Adminserver is pointing to JDK 1.7 which is shown in the startup, but my managed servers are pointing to a different 1.6_43 . We are running into Java version mismatch problem while deploying our application built with jdk 1.7 onto these managed servers . How do i change the version of my managed server ?
    Thanks
    Sam

    Hi Sam,
    You generally only have to change it in two places.
    DOMAIN_HOME/bin/setDomainEnv.sh and MW_HOME/wlserver_12.1/common/bin/commEnv.sh
    See examples below.
    If you are on Linux you can quickly fix it. For example:
    cd /u01/app/oracle/product/fmw
    find . -type f -exec sed -i "s/\/u01\/app\/oracle\/product\/jdk1.6.0_39/\/u01\/app\/oracle\/product\/java_current/g" {} \;
    It is a good idea to make a softlink to your Java installation, then you will not have this problem in the future. If you are on Windows you can use a symlink.
    Linux example:
    ln -s /u01/app/oracle/product/jdk1.7.0_25 /u01/app/oracle/product/java_current
    Windows example:
    mklink /d D:\oracle\product\java_current D:\oracle\product\jrockit-jdk1.6.0_26-R28.1.4-4.0.1
    setDomainEnv.sh
    /u01/app/oracle/domains/eksudv/bin/setDomainEnv.sh
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
            JAVA_HOME="${BEA_JAVA_HOME}"
            export JAVA_HOME
    else
            if [ "${JAVA_VENDOR}" = "Sun" ] ; then
                    JAVA_HOME="${SUN_JAVA_HOME}"
                    export JAVA_HOME
            else
                    JAVA_VENDOR="Sun"
                    export JAVA_VENDOR
                    JAVA_HOME="/u01/app/oracle/product/java_current"
                    export JAVA_HOME
            fi
    fi
    commEnv.sh
    /u01/app/oracle/product/fmw/wlserver_12.1/common/bin/commEnv.sh
    # Reset JAVA_HOME, JAVA_VENDOR and PRODUCTION_MODE unless JAVA_HOME
    # and JAVA_VENDOR are pre-defined.
    if [ -z "${JAVA_HOME}" -o -z "${JAVA_VENDOR}" ]; then
      # Set up JAVA HOME
      JAVA_HOME="/u01/app/oracle/product/java_current"
      # Set up JAVA VENDOR, possible values are
      #Oracle, HP, IBM, Sun ...
      JAVA_VENDOR=Sun
      # PRODUCTION_MODE, default to the development mode
      PRODUCTION_MODE=""
    fi
    Regards Peter
    http://theheat.dk

  • Is it possible to change JDK version to 1.7 in Weblogic 10.3.0

    Currently, I m using web logic version 10.3.0 which is compatible with JDK 1.6.
    I would like to change the JDK from 1.6 to 1.7 will it be possible ? if so can you pls provide the steps.
    I m planning to deploy my application which runs on JDK 1.7

    Some more info, from the certification matrix (http://www.oracle.com/technetwork/middleware/ias/downloads/oracle-wls-certification-10gr3-matr-129284.xls)
    "1. JDK 7 certification is available only with WLS 10.3.6+/FMW 11.1.1.6+. Oracle does not support use of JDK 7 with WLS 10.3.1-10.3.5/FMW 11.1.1.1.0 - 11.1.1.5.0. ..."
    If you do not care about certification (and support, because that will be gone as well when running a non-certified environment) you can use the following to change the JVM.
    In the setDomainEnv file (located in the ${DOMAIN_HOME}/bin directory) find the following:
    BEA_JAVA_HOME="/home/oracle/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME=""
    export SUN_JAVA_HOME
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
         JAVA_HOME="${BEA_JAVA_HOME}"
         export JAVA_HOME
    else
         if [ "${JAVA_VENDOR}" = "Sun" ] ; then
              JAVA_HOME="${SUN_JAVA_HOME}"
              export JAVA_HOME
         else
              JAVA_VENDOR="Oracle"
              export JAVA_VENDOR
              JAVA_HOME="/home/oracle/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
              export JAVA_HOME
         fi
    fiby adding the JAVA_VENDOR variable you can set a specific JAVA_HOME (as can be seen from the if statement above), for example,
    BEA_JAVA_HOME="/home/oracle/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME="/home/oracle/jdk1.6.0_31"
    export SUN_JAVA_HOME
    JAVA_VENDOR="Sun"
    export JAVA_VENDOR
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
         JAVA_HOME="${BEA_JAVA_HOME}"
         export JAVA_HOME
    else
         if [ "${JAVA_VENDOR}" = "Sun" ] ; then
              JAVA_HOME="${SUN_JAVA_HOME}"
              export JAVA_HOME
         else
              JAVA_VENDOR="Oracle"
              export JAVA_VENDOR
              JAVA_HOME="/home/oracle/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
              export JAVA_HOME
         fi
    fiNow the Sun JVM will be used.

  • [HELP] Can WLS 8.1 run on JRE (instead of JDK)?

    Hello everybody,
    I dimly remember reading not long ago that WLS must be run from JDK's java
    not JRE's for full functionality, but now I can not find that explicitily
    stated anywhere.
    Platform is WLS 8.1 sp2 on solaris 8, .sh installer (full version with
    internal JDK).
    On install, the JAVA_HOME in the startup script is set to the WLS's own
    internal JDK:
    JAVA_HOME="/home/bea81/jdk141_03"
    and the java startup command in the script refers to the java in that
    internal JDK
    ${JAVA_HOME}/bin/java ... weblogic.Server
    Now I am faced with a troublesome WLS install where the java startup command
    has been customized to the java in the JRE within the internal JDK:
    ${JAVA_HOME}/jre/bin/java ... weblogic.Server
    My question is:
    will WLS work properly when started from JRE that way? Or shallI expect some
    malfunction as a result?
    TIA
    Paola R.

    Hello everybody,
    I dimly remember reading not long ago that WLS must be run from JDK's java
    not JRE's for full functionality, but now I can not find that explicitily
    stated anywhere.
    Platform is WLS 8.1 sp2 on solaris 8, .sh installer (full version with
    internal JDK).
    On install, the JAVA_HOME in the startup script is set to the WLS's own
    internal JDK:
    JAVA_HOME="/home/bea81/jdk141_03"
    and the java startup command in the script refers to the java in that
    internal JDK
    ${JAVA_HOME}/bin/java ... weblogic.Server
    Now I am faced with a troublesome WLS install where the java startup command
    has been customized to the java in the JRE within the internal JDK:
    ${JAVA_HOME}/jre/bin/java ... weblogic.Server
    My question is:
    will WLS work properly when started from JRE that way? Or shallI expect some
    malfunction as a result?
    TIA
    Paola R.

  • Iwcadmin error with JDK/JRE version

    hi,
    I encountered this problem when executing iwcadmin utility ./iwcadmin -V in SJM on Sun Solaris , an error prompt displays "
    Java runtime at /opt/ca/sharedutils/JRE/1.4.2_09 is below minimum requirement of 1.5.0
    Please make sure the Java runtime at standard location meets the
    minimum requirement, or set JAVA_HOME to point to an installation that does.
    here is the OS and other JDK / JRE path available in the system.
    other jdk5 : /usr/jdk/jdk1.5.0_16/ or jre5 /usr/jdk/jdk1.5.0_16/jre
    uname -srv
    SunOS 5.10 Generic_137137-09
    How can I make it use the jdk5/jre5 or at least temporarily during my user session?

    Not sure which shell you are using but ....
    CSH: set JAVA_HOME=/usr/jdk/jdk1.5.0_16
    KSH or BASH: export JAVA_HOME=/usr/jdk/jdk1.5.0_16
    then just invoke "iwcadmin"

  • Need steps for JDK to JRockit

    Hi All,
        Currently we are using JDK1.7.0.21 for weblogic 10.3.6 , SOA 11.1.1.6 and AIA in  Production(Linux64bit). new i want  migrat to Oracle JRockitJDK.can any body sent some steps for that and some documents plz..
    Thank you,
    Ram.

    There is a small example here: Middleware Snippets: WebLogic, Coherence and the G1 Collector
    Note that this goes the other way around, from JRockit to Oracle JDK. In your case you can set the JAVA_VENDOR to Oracle (instead of Sun) and enter the BEA_JAVA_HOME value.
    There is something like the following in the setDomainEnv file (located in the ${DOMAIN_HOME}/bin directory):
    WL_HOME="/home/weblogic/weblogic12.1.1/installation/wlserver_12.1"
    export WL_HOME
    BEA_JAVA_HOME="/home/weblogic/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME="/home/weblogic/jdk1.7.0_11"
    export SUN_JAVA_HOME
    JAVA_VENDOR="Sun"
    export JAVA_VENDOR
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
      JAVA_HOME="${BEA_JAVA_HOME}"
      export JAVA_HOME
    else
      if [ "${JAVA_VENDOR}" = "Sun" ] ; then
      JAVA_HOME="${SUN_JAVA_HOME}"
      export JAVA_HOME
      else
      JAVA_VENDOR="Oracle"
      export JAVA_VENDOR
      JAVA_HOME="/home/weblogic/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
      export JAVA_HOME
      fi
    fi
    By changing the JAVA_VENDOR to the right one, you can see the in the 'if' statement JAVA_HOME is set by using either SUN_JAVA_HOME or BEA_JAVA_HOME
    The nodemanager.properties also has properties where JAVA_HOME is set (javaHome and JavaHome).

  • Installing JDK in linux (ubuntu)

    Ubuntu installs software by running an install script. I download the JDK package file for Linux and select OPEN rather than SAVE as the download option. I Looked everywhere for the install script but couldn't find it. The first time around I selected SAVE rather than OPEN when I downloaded the file. The file name is jdk-7u3-nb-7_1_1-linux-ml.sh. I couldn't find any unzip program that could unzip the saved file. That is why I chose OPEN rather than SAVE the next time around.
    MY QUESTION IS: where can I get the install script? Also what unzip program will unzip the saved file? Does anyone have a suggestion?

    The easy way to install open jdk, you can simply issue the following command in your terminal :
    sudo apt-get install openjdk-7-jdk
    if you want to install oracle JDK, you must download jdk archive file (tar file, not rpm) here : http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Unzip it any where you like, then set your path manually , that would be something like this :
    there is a text file in your home directory called .bashrc
    you can open it with any editor you like or type the following in terminal :
    sudo nano .bashrc
    then add the following lines at the end of .bashrc file, and save : (replace ##AddressToJAVA## with your java (JDK or JRE) path. your path would be something like : /home/me/jdk1.7.0_02
    JAVA_HOME='##AddressToJAVA##'
    export JAVA_HOME
    PATH=$PATH:$JAVA_HOME/bin
    export PATH
    CLASSPATH=$JAVA_HOME/lib
    export CLASSPATH
    the logout and login, and test your installation :
    "java -version" command must echo your installation version

Maybe you are looking for