HELP! cannot find WATCHES pane in workshop

hi, all,
my problem is that since i accidently closed the WATCHES pane when i was debugging some piece of code, i could never opened that WATCHES pane again.
while i was debugging by using break points, i could see the menu: view->debug windows->watches, but when i clicked it, nothing happened, no pane opened.
i'v searched everywhere in the IDE window, i can even see the BUILD pane, in which the WATCHES used to appear.
i am using workshop(ver 8.1.4)
thanks a lot!!!!

Hello,
Might be a problem with extensions now being OSGI bundles
4.0 EA1 Preferences
Extensions seem to be problematic
Oracle SQL Developer 4.0 is finally here
5. All 3rd party extensions are currently disabled – our framework has changed such that they will need to be updated to be compatible with the new version – more to follow early next week
Regards
Marcus

Similar Messages

  • Need help: Cannot find Microsoft Word installed on your system.

    I am having issues trying to generate a pdf from a robohelp 7 html project.  Whenever I try to generate a pdf I get the error "Cannot find Microsoft Word installed on your system."
    I have tried to uninstall both Office (2003) and robohelp, re-installing office first and then robohelp, but it doesn't help.  Can anyone shed some light on this issue?

    Colum,
    Thanks for the reply, but it's Microsoft Office, not Open Office.
    I have read many threads here and tried most of the suggestions, up to and including:
    Uninstall/Reinstall of Office and RH 7
    Adjusting Macro security
    comparing registry entries
    There are others but I can't think of them all right now.  Point being, nothing has worked thus far.  I must admit this is fairly frustrating but I haven't given up yet.  Any more suggestions are welcome, and I will review the link you gave me just to make sure I cover all my bases.

  • NEED HELP cannot find data

    Hi all
    I just developed a registration application using netbeans 6, glassfish and mysql, JSF EJB
    The program runs perfectly apart from a little instability from netbeans. But after the success page has displayed, i Cannot find the data I persisted in the database.
    Can some one help me since i'm a bit new to this.
    Thanks in advance

    Sorry but my problem is that after the persistence, i could not find the data I entered in the JSF register page.
    The progran first displays a register page:
    after validation the backing bean invokes the session bean method to save the data.
    The method returns a string which is then used in faces config to display the login page.
    Well when I run the program, everything works fine.
    then i enter the select command in the mysql server console to view the data but the new entry could not be found in the database
    Is it that the program is faulty or the data was not saved since there was no exception or error dispalyed

  • Help - cannot find symbol error

    Can someone help me? I am getting "cannot find symbol" error in my code and cannot figure out why. Here is my code:
    public class toyInventory
    private String[] toyInventory = {"ball", "bat", "bear", "car", "doll", "game", "glove", "playstation", "train"};
    private int[] nineArray = {0,0,0,0,0,0,0,0};
    int invItems = 0;
    public void countToy()
    String orderInput[] = {"bear", "train", "car", "ball", "doll", "ball", "train", "doll", "game", "train", "bear", "doll", "train", "car", "ball", "bat", "glove", "bat", "b", "doll", "bear", "ball", "doll", "bat", "car", "glove", "train", "doll", "bear"};
    int noMatch;
    for(int a = 0; a < orderInput.length; a++)
    noMatch = 0;
    for(int b = 0; b < toyInventory.length; b++)
    if(orderInput[a] == toyInventory)
    noMatch = 1;
    break;
    if(noMatch == 0)
    invItems = 1;
    public void printItems()
    for(int c = 0; c < toyInventory.length; c++)
    if (countToy[c] > 4)<-------- cannot find symbol error here
    System.out.print("*");
    System.out.print(toyInventory[c] + "\t" + countToy[c] + "\n"); <----cannot find symbol error here also
    System.out.print("The number of invalid items in the order is" + invItems);
    public static void main( String[] args)
    toyInventory collection = new toyInventory ();
    collection.countToy();
    collection.printItems();

    public void countToy()
    String orderInput[] = {"bear", "train", "car", "ball", "doll", "ball", "train", "doll", "game", "train", "bear", "doll", "train", "car", "ball", "bat", "glove", "bat", "b", "doll", "bear", "ball", "doll", "bat", "car", "glove", "train", "doll", "bear"};In the above code you have declared countToy() as method and while in the below lines you are calling countToy[] as an array. So please check that...
    if (countToy[c] > 4)<-------- cannot find symbol error here
    System.out.print("*");
    System.out.print(toyInventory[c] + "\t" + countToy[c] + "\n"); <----cannot find symbol error here also
    }

  • Help - cannot find digital copy movie on iPad for flight tomorrow

    Ok.  I'm not apple intelligent... But I do OK.  Flying with my 2, 3 year old and 5 month old alone....  I purchased the blu-ray combo pack today of despicable me for the kids tomorrow on the plane!  I only have my iPad.... So I downloaded iTunes onto my parents computer, authorized it, loaded the digital copy into iTunes (shows up and plays from computer) and synced without problems....so I thought.  I cannot find the movie anywhere on my ipad2 tho!  I can only find options for songs and some TV programs we have from iTunes.  The only videos in the Video option are music videos that came with a CD purchase.  HELP QUICK PLEASE!  The insert with the movie says it is compatible with iTunes and Apple devices/mobile devices?

    Ok.  Only music videos shows up on the videos options.  I tap all around and no other options.  I looked in advanced options and the iPad/iPod option is greyed out. 
    Think my iPad synced to my computer.... So for me to sync my computer to my iPad (as in just the movie...) it will erase everything?  I feel like I should be ale to drag it over, but I get a red no circle when I try that......

  • [help] cannot find symbol

    I'm trying to work on lessons from a book called Java Server Faces. Only problem is there seems to be a java file i cannot compile. Maybe someone here can see whats up?
    here is the error i get when i run javac TableData.java
    TableData.java:4: cannot find symbol
    symbol  : class Name
    location: class com.corejsf.TableData
    private static final Name[] names = new Name[] {
                         ^
    TableData.java:11: cannot find symbol
    symbol  : class Name
    location: class com.corejsf.TableData
    public Name[] getNames() { return names;}
           ^
    TableData.java:4: cannot find symbol
    symbol  : class Name
    location: class com.corejsf.TableData
    private static final Name[] names = new Name[] {
                                            ^
    TableData.java:5: cannot find symbol
    symbol  : class Name
    location: class com.corejsf.TableData
    new Name("William", "Dupont"),
        ^
    TableData.java:6: cannot find symbol
    symbol  : class Name
    location: class com.corejsf.TableData
    new Name("Anna", "Keeney"),
        ^
    TableData.java:7: cannot find symbol
    symbol  : class Name
    location: class com.corejsf.TableData
    new Name("Mariko", "Randor"),
        ^
    TableData.java:8: cannot find symbol
    symbol  : class Name
    location: class com.corejsf.TableData
    new Name("John", "Wilson")here is the code
    package com.corejsf;
    public class TableData {
    private static final Name[] names = new Name[] {
    new Name("William", "Dupont"),
    new Name("Anna", "Keeney"),
    new Name("Mariko", "Randor"),
    new Name("John", "Wilson")
    public Name[] getNames() { return names;}
    }I believe i have all my jar files properly located in webapps/xxx/web-inf/lib
    but i could be wrong..
    thanks

    If its a sample application from some place they should have provide it. Otherwise if the Name class usage is simple you can create the class file yourself.
    Subsequently you can create you own jar file for this using the
    jar cvf [jar file name].jar [package folders]\*.class
    and place it in WEB-INF/lib

  • Need Help ;cannot find any full board waterblock for BigBang 2 x79

    I've just bought this MSI BigBang Xpower II and I am really happy with it.  Then it comes I cannot find any waterblock for it.
    Please recommend me where can I get it, I really do want one.
    Thank you very much
    PS. If no one make them, I wish MSI encorage them to because all X79 board in the market, MSI rules, Peeople still bus Rampage 4 Extreme because of the fullboard water block and also its's ATX.  for BigBnag you really have a big case EG TJ11, therefore it's hi -end board and Im sure that a lot of user that buy BigBangII would be real happy having full board waterblock for their Extreme system.

    Quote from: Henry on 18-February-12, 07:34:19
    From what I've found you can use LGA 1366 water block for CPU and then purchase a screw kit made for LGA 2011 MBs. Footprint for water block is the same for both just mounting depth is different and requires a special screw kit. Look it up, you certainly don't need us for that kind of research.
    The Cpu block isnt a problem, anything that support LGA  2011 will fit well.  What I actually want  is a Fullboard block or at least PWN waterblock, In thailand  it does get very hot, there are only summer. 
    Quote from: HU16E on 18-February-12, 06:59:00
    Recommend to use the search features of the internet. Too new a board for much information about availability of aftermarket components. It is doubtful MSI is going to encourage any manufacturer to build aftermarket parts. Contact them & voice your thoughts;
    http://support.msi.com 
    I will try asking  waterblock manufacurer but I dont know how long will it take. thanks for the advise tho.

  • Partition Help, cannot find an answer.

    Hi everyone,
    I attempted to create a Windows 7 partition on my macbook today and after watching it attempt to create a new partition for the best part of sx hours whilst i was working I somewhat foolishly quit the Bootcamp Assistant.
    When I go into finder my boot drive is noq telling me I only have 8gb of space remaining. This makes sense as the partition I created would have left me with 8gb left on the OSX side of things and there should be a 160gb partition for Windows.
    When I go into Disk Utilities it shows I have a 640gb Boot disk in one partition and a 160gb Generic External Media.
    I can't do anything else with the Bootcamp Assistant as it tells me I need 10gb of free space to work.
    Please, is there anyway to reintroduce this space back to my HDD or install windows to the 160gb partition I assume it has kind of created?
    So essentially Bootcamp has stolen 160gb of space which it is now showing as external media whilst still saying there is only one partitio on the main HDD.
    Any help with this would be most appreciated.
    Thanks very much!

    You can remove the BootCamp Partition.
    http://www.macworld.com/article/1156195/delete_boot_camp.html
    http://www.simplehelp.net/2009/01/26/how-to-delete-a-boot-camp-partition/
    http://www.lockergnome.com/osx/2011/08/25/how-to-uninstall-boot-camp-on-os-x/
    http://www.iclarified.com/entry/index.php?enid=20949

  • Help - cannot find a suitable category

    I need to find a category for general Forum questions.
    Who can help me? Who is responsible for the design of this forum?
    An annoyed programmer.

    In Database: SQL Developer

  • HELP: cannot find class RDBMSRealm !!!

    After setting the realmClass in weblogic.properties file:
    weblogic.security.realmClass=rdbmsrealm.RDBMSRealm
    weblogic.security.realm.cache.user.enable=true
    weblogic.security.realm.cache.group.enable=true
    weblogic.security.realm.cache.permission.enable=true
    weblogic.security.realm.cache.acl.enable=true
    weblogic.security.realm.cache.auth.enable=true
    However, when I restart weblogic server, this exception occured:
    java.lang.ClassNotFoundException: rdbmsrealm.RDBMSRealm
    at
    weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java:355)
    at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java:111)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1086)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Anyone know how to avoid this? Thanks !

    It looks like there is a problem finding the RDBMSRealm class - make sure
    that it is in your classpath
    terry
    Gary Wang <[email protected]> wrote in message
    news:[email protected]..
    After setting the realmClass in weblogic.properties file:
    weblogic.security.realmClass=rdbmsrealm.RDBMSRealm
    weblogic.security.realm.cache.user.enable=true
    weblogic.security.realm.cache.group.enable=true
    weblogic.security.realm.cache.permission.enable=true
    weblogic.security.realm.cache.acl.enable=true
    weblogic.security.realm.cache.auth.enable=true
    However, when I restart weblogic server, this exception occured:
    java.lang.ClassNotFoundException: rdbmsrealm.RDBMSRealm
    at
    weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java:355)
    at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java:111)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1086)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Anyone know how to avoid this? Thanks !

  • HELP cannot find song

    Ok yesterday I searched for Led Zeppelin's Stairway to Heaven and all I found was cheapo imitation tribute bands...WHAT GIVES Is iTunes too cheap to buy good songs? Or am I just being stupid and searching for the wrong thing? Please help.

    Beef,
    That is in part why certain groups will not release for download. Somewhere along the line they get the idea that someone will make a copy of the digital file, strip the copy protection (in violation of the DMCA), and put them up on the pirate 2 pirate networks.
    You have just validated their point of view. Congrats on helping feed the paranoid delusions of the RIAA
    Yes, I am saying this with at least a little tounge in my cheek, and at least a little at your expense. But the point remains the same. No hard feelings I hope...

  • I'm downloading Season 3 of Scandal. First two episodes have finished downloading. I cannot find them anywhere!!! Where can I find them so I can start watching? Please help!! .

    I'm downloading Season 3 of Scandal on iTunes. First two episodes have finished downloading. I cannot find them anywhere!!! Where can I find them so I can start watching? Please help!!

    Have you looked in the Videos app? Under the section TV shows (bottom middle button on the tabs)

  • Rented a movie and cannot find it to watch can anyone help?

    Cannot find 2 movies that I've rented and did not watch.  Help?

    iTunes Store Movie Rental FAQ - http://support.apple.com/kb/HT1657

  • I have updated my iPad mini and now when I watch videos or photos I have  taken I cannot zoom or pan around. Please help

    I have updated my iPad mini and now when I view videos I cannot zoom or pan around like before

    Quit the mail app and reset your iPad like this:
    Go to the Home screen and double click the Home button. That will reveal the row of recently used apps at the bottom of the screen. Tap and hold on the app in question until it wiggles and displays a minus sign. Tap the minus sign to actually quit the app. Then tap anywhere on the screen above that bottom row to return the screen to normal. Then reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Can not receive Mac mail -error Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that your DNS settings in the Network pane of System Preferences are correct.  Account name: "MacMail"

    Can not receive Mac mail -error Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that your DNS settings in the Network pane of System Preferences are correct.  Account name: "MacMail"
    What are the correct mail account settings and more importantly the correct DNS settings
    Thank you for any help you may be able to provide
    Cheers
    Chris (iMac i7)

    Do not delete the old account yet. sign up for an iCloud account if you haven't.
    I understand .mac mail will still come through. Do not delete the old account yet.
    You cannot use .mac or MobileMe as type of Account, you have to choose IMAP when setting up, otherwise Mail is hard coded to change imap.mail.me.com to mail.me.com & smtp.mail.me.com to smtp.me.com, no matter what you try to enter.
    iCloud Mail setup, do not choose .mac or MobileMe as type, but choose IMAP...
    On second step where it asks "Description", it has to be a unique name, but you can still use your email address.
    IMAP (Incoming Mail Server) information:
              •          Server name: imap.mail.me.com
              •          SSL Required: Yes
              •          Port: 993
              •          Username: [email protected] (use your @me.com address from your iCloud account)
              •          Password: Your iCloud password
    SMTP (outgoing mail server) information:
              •          Server name: smtp.mail.me.com
              •          SSL Required: Yes
              •          Port: 587
              •          SMTP Authentication Required: Yes
              •          Username: [email protected] (use your @me.com address from your iCloud account)
              •          Password: Your iCloud password
    Also, you must upgrade your password to meet the new criteria:  8 characters, including upper and lower case and numbers.  If you have an older password that does not meet these criteria, when you try to setup mail on your mac, using all of the IMAP criteria listed above, it will still give a server error message.  Go to   http://appleid.apple.com         then follow directions to change your password, then go back to setting up your mail using the IMAP instructions above.
    Thanks to dpepper...
    https://discussions.apple.com/thread/3867171?tstart=0

Maybe you are looking for