IDE requirements inconsistent

Dear all
We want to install and setup Team Explorer Everywhere (TEE) and Eclipse (Plugin for Eclipse). Unfortunately there are inconsistent information on Microsofts webpages:
IDEs that are based on Eclipse 3.5 to 4.4 on Windows, Linux, Mac OS X, Solaris, AIX, or HP-UX:
http://www.microsoft.com/en-us/download/details.aspx?id=40785
Eclipse 3.5 to 3.7 on Windows, Linux, Mac OS X, Solaris, AIX, or HP-UX:
https://msdn.microsoft.com/de-de/library/hh301122.aspx
Is TEE version 12.02 compatible with Eclipse 4.4 (Luna)?
Thanks in advance
Daniel

HI Nageswar,
if you want to install developer workplace (NWDS + JAVA WAS)
you need:
• RAM: 1 GB required, 2 GB recommended
• CPU: 1 GHz required, 2 GHz recommended
• Disk Space: 3,3 GB (1,9 GB temporary)
Detail information you can find in
service.sap.com/instguides -> SAP Netweaver -> release 04 ->
installation -> Inst. Guide - SAP NetWeaver Developer Workplace Stack x
Regards
Bogdan

Similar Messages

  • IDEAs Required......Forms Installation Problem

    I recently installed Oracle 8.1.6..(exists in c:\Oracle 81 directory).when I tried to install Forms6i it installed a copy of SQL+ (Why???)in c:\orant and installed forms in c:\orant\forms_home.
    **Previously I was able to connect to Oracle and work with SQL+ but now neither can I work on SQL+(gives an error <lang>.MSB file not found) nor am I able to connect thru Forms (gives TNS adapter error).....Neither FOrms nor SQL+ are working now.
    ** I am unable to start the LISTENER
    ** I am unable to run NET 8 Config
    ** How do i go about solving all of the ablove problems? (connect to DB and get everything working??)
    **If I un-install FOrms6i and re-install will it help?
    Ideas and Help required.
    Appreciate any help!
    Sandhya

    The TNSNAMEs file looks like this....
    Beq-local.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = beq.world)
    (PROTOCOL = BEQ)
    (PROGRAM = oracle73)
    (ARGV0 = oracle73ORCL)
    (ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
    (CONNECT_DATA = (SID = ORCL)
    )

  • Anyone around here with an apple developer program membership who lives in the us and wants to participate in entering the atari  indie developer challenge for pong? I have the great idea required, ample coding skills and a completed game design document.

    If you have a membership with the apple developer community or know anyone who has and also resides within the united states, please contact.
    The purpose is to partake in http://www.atari.com/pongdeveloperchallenge
    The initial game design document is fully completed and the ideas expressed in it are more than strong enough to compete for the top prizes.
    I'm well versed in different programming languages (c, scheme, js, assembly, python,...) as well as being a proficient sound designer and musician and a skilled graphics and animation manipulator myself. Assistance with the actual development would appreciated but is not really necessary.
    Winnings and proceedings arising from participation would distributed most fairly. If you know anyone besides yourself that is able to help out, you would also be rewarded financially from an ensuing victory.
    Reply to this post, pm or send  a gmail to aelgoa
    Have a good one
    Marnix

    If you have a membership with the apple developer community or know anyone who has and also resides within the united states, please contact.
    The purpose is to partake in http://www.atari.com/pongdeveloperchallenge
    The initial game design document is fully completed and the ideas expressed in it are more than strong enough to compete for the top prizes.
    I'm well versed in different programming languages (c, scheme, js, assembly, python,...) as well as being a proficient sound designer and musician and a skilled graphics and animation manipulator myself. Assistance with the actual development would appreciated but is not really necessary.
    Winnings and proceedings arising from participation would distributed most fairly. If you know anyone besides yourself that is able to help out, you would also be rewarded financially from an ensuing victory.
    Reply to this post, pm or send  a gmail to aelgoa
    Have a good one
    Marnix

  • An OOP model idea required

    hi all,
    I have a requirement.
    There will be two independent classes. A and B.
    There will be two instances oA and oB.
    I have to link an instance of oA as its created to an instance of oB.
    I did this by creating instance oB in Class A's constructor..
    But theres another requirement, that some methods in class B will
    need to use values of variables in class A.
    meaning,
    an instance of A will need an instance of B for the corresponding instance
    of A,
    and the instance of B will use A's instance variables, or viceversa.
    public oB.something(oA){
    oB.n1= oA.t1 + oA.t2
    I have currently done the above..
    Is it ok. is it a cyclic ref.
    whats your suggestion?
    Thanks
    'Harish

    So those two classes A and B aren't so independent after all, i.e. objects of both classes need to be
    paired (or linked) to each other. How about this -- public class A {
       private B that;
       public A() { this(null); }
       public A(B b) { link(b); }
       public void link(B that) {
          if (this.that != that) {
             this.that= that;
             if (that != null) that.link(this);
    public class B {
       private A that;
       public B() { this(null); }
       public B(A a) { link(a); }
       public void link(A that) {
          if (this.that != that) {
             this.that= that;
             if (that != null) that.link(this);
    } kind regards,
    Jos

  • General idea required for unit wise separation?

    Hi Experts,
    I have to share my present state that I am handling the Material Management system in my concern. That MM having many tables,sequences,packages,procedure and function and other relevant objects too.
    Now let i explain the issue. The company wants to store the entries as two different units(present companies come across with this MM module for 10 year and new company going to start with in a month so we need all control no should be from the scratch). In my case, no tables are having unit id column and no procedure and function are created under two different units perception. The old unit under user A on db1.
    My questings
    1. Shall I create a new user called B for another unit and copy all objects from user A. (or)
    2. Need to create a new database.
    Which one is best method and why?
    Kanish

    it's slightly difficult to understand what you're saying, however from what I can understand, it sounds like a prime situation for partitioning.
    however if you are splitting off and starting fresh with a complete new business unit/company, then the advantages of having a separate database would be that you could have separate Business Continuity solutions, have the DB's with their own independant maintenance/release schedules etc.
    On the other hand however, perhaps now is the time to redesign the application somewhat - if you have time that is. only take over the tables that are necessary for the new orginisation and improve them etc.
    just thoughts anyway.

  • Data Model - Idea Required

    Hello,
    I have 4 different flat files. Each File will have about 16 lakh records every year.
    I want to know what is best possible data flow i can use. Like 4 DSO from 4 data sources then whether to use one DSO collecting all or 4 DSO or 4 Cubes and so on?
    Also we have to store previous 3 years data for each flat file. Also my question is if i can store this in same target as we are discussing above or different for each file?
    Please suggest

    Hi Syed,
    As  per your requiremnt you  need  to concentarte on the following Performance points.
    As per BI 7 i am giving the Info
    1. Data is huge .So you need to use howmany DSO?
        -  As per my exp create a sepaarte DSO for each DS and later you can create a separate DSO on the top based if you want to maintain a unique records based on the four DSO's.
    2. Data laoing issue
              - Activating Data is also one issue.As you mentioned its FF if possible use Write Optimized DSO in the first layer.
    3. Cube Design
         - Based on the above points what type of Data is coming and you want to maintain a separate Cube for each area.
            Ex : wht we follow in SD,MM etc......
    OR create One Cube and maintain the relevant Data then later use Multi Provider on top of DSO's and Cube for reporting.
    Regards
    Ram.

  • IntelliJ IDEA 7 vs JDeveloper 11g Pros and Cons

    Here is a thread we can discuss what we like or dislike as a comparision between IDEA 7 and JDeveloper.
    Surya De mentioned in the other thread that IDEA has exceptionally strong code editing and code analysis features. In my experience I don't find IDEA's code analysis any more useful than JDeveloper's. And it's details about the code editing that I like in JDeveloper and dislike in IDEA.
    Some of the details I find annoying in IDEA:
    Code Folding - IDEA seems to unfold when I don't want it to; IDEA requires a multi-step menu choice whereas in JDeveloper I just right click on the folding area and select the option I want.
    Java Doc generate - I prefer the way JDeveloper lets me generate the JavaDoc stub for a method.
    Light bulb - I'm not sure how to describe it but in IDEA a statement may be underlined and flagged as wrong or might have an option to change it or improve it, in JDeveloper there is a nice simple light bulb I can click on to access these choices, in IDEA that "light bulb" seems to be very elusive and I can't figure out how to get it to stay there so I can click on it (most of the time I end up just manually putting in the code rather than using JDeveloper's wonderful assistance).
    In what way is IDEA's Ctrl+N different from JDeveloper's Ctrl+-? They both work equivalently as far as I can see (JDeveloper is a little too aggressive in trying to guess what class you wanted)
    IDEA forces me to manually set the run target instead of intelligently trying to run the class I am working on. This could be a pro or a con, but I'm used to JDeveloper's style and thus I always catch myself running the wrong thing in IDEA.
    IDEA is slow compared to JDeveloper.
    IDEA is terrible for building a standard client application JAR file (JDeveloper does this very nicely with it's deploy profiles).
    IDEA lacks "status icons" for version control, I find the slight color change of file names to be inferior.
    IDEA's non-standard usage of the term "project" is confusing.
    IDEA lacks the nice little "X" close icon for closing a file you are editing.
    "History" comparison I find nicer in JDeveloper.
    In IDEA if I have folded code I have to hover over the code itself (making for a lot of mouse movement) to quickly view the folded code (without unfolding it), in JDeveloper I can just run my mouse up and down the left edge where the fold icons are.

    Code Folding - Simple you can set it up in the Settings -> Editor -> Appearance tab an select which ones to collapse by default. All you do is mouse over the folded area in the editor and it will show you without expanding, the contents inside it...until you click that then it will explode the folded area.
    Javadoc generation - Never tried it. But writing comments is easy and you dont need to know any syntax since it gives you suggestions. You will see them in yellow or red in the error stripe bar on the right just like Jdeveloper.
    Light bulb - Intellij has light bults also and its context sensitive. Sometimes if you write bad code it will highlight and make it show as yellow on the stripe bar on the right and if you click then you will see a light bult on the left with a suggestion to rewrite the code and it rewrites the code for you. You can set a profile as to what the editor should look for in terms of non-optimal coding. A quick example is if you have code like (Long[]) zoneIds.toArray(new Long[0]) Intellij would rewrite it as (Long[]) zoneIds.toArray(new Long[zoneIds.size()]) and give an explanation about how the previous would be using reflection and how this one would not. This is just a small example. There are literally 100s of settings for the code analysis tool.
    Speed - I dont see any difference. I am running Intellij on Mustang the latest build. And so is my JDeveloper at home.
    As for the other stuff you mentioned with the project and jar file etc I dont bother because we are using Ant. I can set up the ant build file into Intellij and just right click on the target I want. But most of all I like using command line better.
    IDEA does lack the little x close icon on the tab for the file you are editing but seriously hit Ctrl F4 or just middle click. Thats a bit ridiculous for mentioning that.
    Local History/ CVS History - I do like JDevelopers a bit better. But Intellij has more details. As in if you fired up debug mode and made some changes in your code it will mention that as an event in your local history and that makes it easier which JDeveloper doe not have.
    'In IDEA if I have folded code I have to hover over the code itself (making for a lot of mouse movement) to quickly view the folded code (without unfolding it), in JDeveloper I can just run my mouse up and down the left edge where the fold icons are. '
    Dont even know how to reply to that...I dont count mouse movement as one of my criteria...
    You can right click on a file in Intellij, hit Analyze code and it will show you a list of things in the code that can be cleaned up/fixed/etc based on profiles you select. They can be anything from performance fixes to too complex if statements. Pretty much as if you are doing code review. There are tons of options. And you can see all the items that Intellij is suggesting to fix, right click and just Apply Fix and they all get cleaned up in one shot. You can do this to your modules as well.
    DSM - Go to Intellij's website and look this one up. Really useful for analyzing your overall codebase and finding circular dependencies etc etc.
    Also the code completion in the editor in Intellij is a lot smarter. I can use Ctrl Space for the regular thing that JDeveloper does. But Ctrl SHift Space does smart code completion which I find extremely useful when writing stuff like say...uh...SomeObject obj = new SomeObject(). I can just type SomeObject obj = n and hit Ctrl Shift Space and it will write the rest of of it for me. Also if the constructor requires some parameters and you have those parameters initialized it smartly sticks those in there for me.
    Also when you are naming objects or variables with Ctrl Space it can put a Java Coding Convention compliant name for your object or variable so you dont have to think of one and its pretty cool. A lot of nifty little things in there.
    Lets see Alt Insert shorcut is awesome for constructor, getter/setter generation and a few others.
    Also Ctrl J is an awesome feature to have where there are code templates already in place and you can just have boiler plate code for iterating over array, writing for loops etc so you just select what you want and based on what variables are in place it will automatically write your loop structures, your try catch blocks etc for you.
    Also Ctrl H is another feature I like that shows in a window on the side the hierarchy of the class you are looking at.
    Theres lots of little gems in there that I cant thing of writing about right now.
    I still dont understand 'IDEA's non-standard usage of the term "project" is confusing.' If that is a complaint it seems you are reaching!
    Like I said. Intellij is superior in terms of usability with keyboard and its editor and code analysis. You dont need findbugs or PMD for that. Its better actually than them.
    But thats it. I think JDeveloper in terms of the wizards and all that I like that. Thats why I use JDeveloper when using SOA, or doing quick prototyping. And it works seamlessly if you have a full Oracle stack. But if you are using Apache or other web servers Intellij makes it easy since you jsut configure the server in your IDE and it does the rest.
    Also it comes with Hibernate, Spring, support and now Flex (Intellij 8) out of the box. Thats pretty cool. Very useful.

  • For people having POST problems (long IDE detection) on Cold Boot with K8N Neo 2

    It's been 2 weeks that I'm looking for the root of this particular problem.
    I've found today how to get rid of it. Try this if you haven't already :
    In BIOS root screen, activate the hidden settings (Press SHIFT+F2 and ALT+F3 rapidly)
    Then go to the Cell Menu and disable NV/ATI Speedup feature.
    Save your settings, turn off your comp.
    Restart and check with cold boots
    Sweep

    I have a worse variation of this problem (but also the startup IDE freezing that fixes with Alt-Ctl-Del), that I discovered while trying to boot from an ME CD or from a WinME Floppy boot disc when and only when I tell it to load support for CD-Rom going into DOS.  It freezes when it gets just past detecting the IDE, requiring a cold boot reset.
    If I boot off the WinME CD or a floppy boot disk, and don't choose CD-ROM support I can get to the A: drive with RAM C drive to be able to flash the BIOS (which I did up to 1.3, after which I reset the CMOS jumper).  The problem persists with the new MOBO 1.3 BIOS.
    I made sure the IDE-2 ribbon was connected properly, and even tried changing the jumper from master to cable select on the Plextor DVD burner....still locks up when I boot to DOS with CD Rom support enabled.
    My next step was to disconnect the IDE cable from the Plextor so the drive was not the issue, and it still freezes if I choose CD Support from Boot disk.
    I next removed the CMOS battery (which btw, will require you to call MS to reactivate XP), checked the voltage with a battery tester, replaced it, cleared CMOS jumper again, use mostly default BIOS settings except disabled SATA, and the same damn problem.  
    My friend, Triple6 in this same thread has the identical setup except different RAM, different nVidia 6800 Ultra Video card  and he does not have the same bootup  issue.  We checked the same BIOS settings.
    I'm beginning to wonder if I have a bad MOBO that won't allow me to boot off a floppy with CD-ROM enabled.  Very Strange!

  • How can I update single plot in multi plot xy graph?

    Hi all,
    I'm working on an HMI "front" for a larger acquisition/analysis system, that includes continuous performance monitoring of a turbine. The results of the measurements are stored arrays of contour lines, that represents turbine efficiency and guide vane openings. This analysis is all performed in the background. In the HMI, the performance data is loaded from file when the specific "report" is requested, and is plotted in an XY graph. I would like to indicate the current operation point of the machine by using a plot that is a single point. Thus, that point's position among the contour lines indicates the current performance of the turbine. This point is updated once every second, while the performance data remains the same for considerable amounts of time between recalculations (days to weeks). 
    Is there any way of updating the value of a single plot in a multiple plot XY Graph without having to redraw all the plots?
    I've tried using the "Active Plot" property, which doesn't work. 
    My current solution is to keep all the data as input to the executing while loop and replace a subset of the plot array, but that of course requires the entire rewrite every time the operation point plot is updated.
    Best regards,
    Jarle Ekanger, MSc, CLD
    Flow Design Bureau AS
    Solved!
    Go to Solution.

    You cannot redraw a single plot. If you want to update a single plot, you need to retain all plots in a shift regsiter and replace the data of the desired plot. However, your problem seems much simpler than that. To show a single point on a nearly static plot you have several options.
    You can use a cursor that is controlled programmatically (the style can be a point, don't allow drag).
    You can use annotations.
    You can use the "plot images" feature that allows you to use image commands to draw anything on top of a graph.
    None of these ideas require a redraw of any data.
    I think the cursor idea is probably the easiest and most appropriate. Just use a property node with the following properties:
    active cursor
    cursor position x
    cursor position y
    LabVIEW Champion . Do more with less code and in less time .

  • Using an Excel file as a dynamic data source? Opinions needed...

    I have posted this topic before, but as always; in order to get the relevant correct answer you have to ask the correct question.
    I'm trying to create a number of Pricelists linked to an Excel/CSV file. I have a Excel file that contains Pricelist information which is Product specific.
    I have had a number of suggestion that follow:
    A direct link to the Excel file. PROs: Excel file can be uploaded on FTP and overwritten if (and when) amended. Linking this is easy peasy in Dreamweaver. Person browsing can download info straight away on request - no hassle. CONs: Simply, not everyone has Excel and those who don't can not access the information.
    Import Excel file as tabular data. PROs: Fairly easy to do in Dreamweaver. Person browsing can see info straight away. CONs: Can be time consuming on larger Excel files. NOT amendable (so a number of price changes becomes a big job). Can't simply overwrite Excel file on FTP. Larger Excel files can take a lot of page space and thus require tonnes of scrolling).
    Use the Excel file as a dynamic data source. --Not entirely sure how I would go about doing this (any suggestions/links/tutorials etc)-- PROs: ? CONs: Contributor added this suggestion is not a good idea as it performs poorly on the web.
    Create a dynamic page using a database and import the Excel file to that....or maintain the price list in the database rather than an Excel file. --Again not entirely sure how I would go about doing this (any suggestions/links/tutorials etc)-- My understanding of this option is that it will require XML data and SPRY work. Is this correct? Can this be someone who is not an advanced user?
    If once again, I'm off the mark and better suggestions can be thought - please do so.
    As you can see I'm at a bit of a crossroads so an suggestions, comment, help, links, tutorials or applause would be greatly received.
    Thanks in advance and looking forward to seeing the comments this throws up!

    Hi
    Although not everyone has excel just about everyone can open csv files in some way, if not offer the option to download "open office" which is free for the pc, as for the mac they have a program installed by default to use csv files.
    The import tabular data is not really an option for the reasons stated.
    Use excel as data source - not a good idea, requires asp.net to work correctly otherwise it does run slow and is not recommended if you are expecting more than a very small number of users.
    As for the dynamic with database, this can be done with xml and spry but if you have a large amount of data this is almost as bad as the option above. You are probably better creating a database and importing your excel spreadsheet into this, for tutorials on creating a php/mysql database and set-up of testing server see - http://www.adobe.com/devnet/dreamweaver/application_development.html.
    No matter which way you go with the last option it will require a fair amount of knowledge and experience to do correctly, efficiently and securely.
    PZ
    www.pziecina.com

  • Can't install 7.5, going crazy.

    This is very frustrating, I've been at it for a couple of days.
    Clicked to automatically upgrade Itunes. Downloaded and seemed to install fine. When I clicked on Itunes, I get an hourglass for about 2 seconds, then it dissapears. Nothing happens. Quicktime opens fine.
    I uninstalled, erased files, used windows clean up utitility, reinstalled, nothing changed.
    I did everything here:
    http://docs.info.apple.com/article.html?artnum=93698
    No luck.
    I found this post, and did everything, and still nothing:
    Got it to work after spending almost the entire weekend messing about with install combinations: this is what work for me when my ipod Touch was not recognised due to "required software" not being installed...
    1) uninstall everything (i mean any iTunes or Quicktimes) fully including checking with the windows install cleanup utility
    2)restart your computer
    3) Unpackage the iTunes 7.5 bundle in a folder onto the desktop, using WinRar
    4) Install other components before the iTunes itself...
    i ran QuickTime.msi, and then AppleSoftwareUpdate.msi, then AppleMobileDeviceSupport.msi (i don't think the order matters and im not going to
    try other combinations as it's working for me!)
    5) then run iTunes.msi
    6) and after finishing, it started and recognised my iPod touch
    hope this actually helps someone, as i've been reading these sites for hours.
    good luck
    Message was edited by: Lethal_Louis
    I'm not sure what to do. At this point I'm just going in circles. I'd like to get access to my music and use my ipod again.
    In short, recurring symptoms: Click on itunes, get hourglass, nothing happens.
    Oh and I tried installing an older version of Itunes I had.
    Any help/suggestions? I'm going crazy.
    Thanks for any help.

    I've been fighting the same battle the past 2 days, but when I followed these numbered directions above I thought it would work. Wrong, it still said "A later version of iTunes is already installed. Installation of this version cannot continue".
    One of the things I noted on the iTunes support page is that VBscript must be installed, and I thought I had it since I have the file: (C:\windows\system32\vbscript.dll).
    Anyway, I downloaded VBscript 5.7 from the Microsoft web site, ran the installation, rebooted, and tried reinstalling just the iTunes.msi as described in step 5 since I'd already installed the other components. The install worked this time. I was flabbergasted! Trust me on this, I must have spent 10-12 hours trying everything to uninstall old components, clean up files & directories, and remove all possible registry entries manually, and I could not get past the error message saying I already had a newer version. Only after installing VBscript was I able to get iTunes installed and running!
    It is extraordinarily frustrating to have to spend so much time and effort to run a simple software install that should have taken 10 minutes. The developers who thought it was a good idea requiring VBscript be installed on the host machine ought to flogged!

  • Warning message in MFBF

    Hi SAP Gurus,
    can anybody pleasehelp me with this problem
    This is the warning message and what does it mean ?
    GR Quantity>RP quantities>Temporary requirements inconsistency possible in MFBF transaction.
    Thanks
    Anusha
    Edited by: anusha vemulapati on Jan 22, 2009 3:00 PM

    Dear Anusha,
    Can you please send the exact message which you get in MFBF?
    Before carrying out an assembly backflush,you need these datas.
    Material master,BOM,Work center,Rate routing or routing,Production version,Product Cost collector.
    Preleminary cost estimate or standard cost estimate.
    Then only you can execute MFBF.
    Now check and revert back.
    Regards
    Mangalraj.S

  • Network's graphic rendering

    hello everyone,
    i'm developing network-oriented application and have a trouble at the final stage. Concerning network graphical representation, i would like to know possible ways to do it. That involves hosts, subnetworks, connections, etc rendering. Say, host should contain image from file as well as string info.
    Which Swing classes its better to use? I will appreciate your suggestions.
    Thanks

    You can use JFrame to contain a JTree for your network design. You may also use a JTable to enumerate various data elements based upon the node.
    You may find reference on
    http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html
    Your question has a very broad answer. Best would be if you could rephrase a more specific issue. If you think you have ideas / requirements for simpler solution we can work towards them too.
    Enjoy.

  • Security issue with new version IOS and camera on front screen?

    Is it only my phone or is this a potential security bug?
    With the latest version of IOS, if the phone is locked, and the camera is selected from the front screen, by escaping from the camera you bypass the need to input a password.

    Although a good idea, requiring passcode doesn't have to be set as "immediately" for this purpose.  As long as the passcode is required and is now set (regardless of the interval), it will be required to enter the phone even when using the camera from the lock screen. 
    The OP made the mistake of trying this out at a time when the phone was not passcode locked at all and could have been unlocked without using the camera.

  • Binding="#{Page....}" for every component?

    Hi all,
    I've just been giving JSC 2ea2 a test drive for the first time and am very impressed.
    It seems that JSC uses a Java bean for every JSP page, and UI* attibributes for each component on the page. Is there any way to change this behaviour? I'm not sure I see the need to have a binding for each component - I've never needed any of these for the JSF apps which I've developed by hand.
    Is it an IDE requirement? Best practises? (eep!)
    Thanks in advance.
    Roger

    Hi,
    Please post messages related to Creator 2 EA at the feedbacks programs portal. The URL is:
    https://feedbackprograms.sun.com/login.html
    Thanks,
    Rk.

Maybe you are looking for