Application Navigator view

Hello,
The application navigator in my JDev 10g stoped displaying the node’s extensions, like .jws or .jpr. Any ideas on how to fix it?
Thanks for the help,
Arie.

Hi Frank,
You are absolutely right. I need to be in the System Navigator. Now everything makes sense again, including all the “missing” options in the context menu.
Many many thanks on your help,
Arie.

Similar Messages

  • Missing "View|Application Navigator" and "View|Connection Navigator"

    My default Oracle JDeveloper 10g Early Access 10.1.3.34.12 is missing "View|Application Navigator" and "View|Connection Navigator" from the View toolbar. Am I simply missing an additional installation or do I not have something configured correctly?
    Thanks,
    Scott

    Thanks for the answer, that's exactly what it is. I'm new to this environment and had it installed for me, hence I didn't see the differences at the download choosing time. Thanks again.

  • Can't see EJB objects in Application Navigator after migration

    Hello
    I can't see any objects in Application Navigator after migration from previous version of JDeveloper (9.2.0.5), in System Navigator view I can see all sources. Has somebody any idea what the reason is?
    Tom

    In the application navigator you should see one node per EJB, when you stand on it you'll see the various source files in the structure window.

  • JDeveloper IDE - Displaying Packages in Application Navigator

    Hi All,
    I am using JDeveloper 11g Release 2.
    I want to customize how the packages are displayed in Jdeveloper. My application package name starts with com.fireblaze.xfb.appuc001 . and project packages are com.fireblaze.xfb.appuc001.model and com.fireblaze.xfb.appuc001.ui. Now in the model package I have further sub-packages like com.fireblaze.xfb.appuc001.model.queries, and many more...
    In my case, the Jdeveloper packages are displayed in application navigator are given below:
    com.fireblaze.xfb.appuc001.model
    com.fireblaze.xfb.appuc001.model.queries.main
    com.fireblaze.xfb.appuc001.model.queries.validators
    com.fireblaze.xfb.appuc001.model.queries.lovs
    com.fireblaze.xfb.appuc001.model.services
    What I want is like:
    com.fireblaze.xfb.appuc001
    --------------------------------------model
    -----------------------------------------------queries
    ----------------------------------------------------------main
    -----------------------------------------------------------------view 1
    -----------------------------------------------------------------view n
    ----------------------------------------------------------validators
    -----------------------------------------------------------------------view 1
    -----------------------------------------------------------------------view n
    ----------------------------------------------------------lovs
    ---------------------------------------------------------------view 1
    ---------------------------------------------------------------view n
    -----------------------------------------------services
    How to achieve it in JDeveloper 11g?
    Any help will be appreciated.
    Thanks in advance
    Regards
    Bilal

    hi user,
    Create Package. and use the source directory box. properly :)
    updated lately.
    i hope that you are looking for like this.
    while creating your eo,vo,am you may see package..
    in that you should specify
    "while creating your eo:"
    com.xxx.model.*eo*"while creating your vo"
    com.xxx.model.*vo*"while creating your am"
    com.xxx.model.*am*

  • Jdeveloper 10134 not showing Application Navigator,Connection Navigator etc

    Hi All,
    I am using Jdev 10.1.3.4. When I am openning jdev I can only see "Structure" and "Property inspector". Apart form these two I am unable to open the other window i.e. "Application Navigator", "Connection Navigator" , "Component Palette" etc. I tried to open from the menu View > Application Navigator, but it didn't work.
    I went to Tools > Preferences and then got the below error.
    java.lang.NullPointerException
         at oracle.ideimpl.webbrowser.BrowserOptionsPanel.onEntry(BrowserOptionsPanel.java:95)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:597)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:391)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:47)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:541)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    FYI, it was working fine previously. May be some file got missed. Can any body help me regarding this. Any help will be appreciated.
    ~Abhijit

    Hello Frank,
    Thanks for your reply. As you suggested I renamed the "system" folder within jdev folder. Then restarted jdev. But the same problem still exist.
    I also tried by taking another Jdeveloper dump (which is working in another machine) , but got the same problem again in my machine.
    I don't know whether the problem is with jdev files or some thing else, could be my machile system files also. Pls have a look on this once again.
    ~Abhijit

  • How to display 2 level folder names in the application navigator?

    We have our source code in the following structure.
    C:\somefolder\project\java\all_the_java_code_under_this_folder
    C:\somefolder\project\sample\java\all_the_sample_java_code_under_this_folder
    In the project content, I select C:\somefolder\project folder so that the code under java folder and sample\java folder are picked up. But In the Application navigator, I would like to see the folder names (java or sample\java) so that I know which files I am working with. The package names could be the same, so I cannot identify files based on packages. The application navigator will display only the last part of the folder name (in this case, it is java). This is useless for me, because that part is the same as you can see from above.
    Is there a work around for this problem, so that it is easier to navigate between files.

    At the top of the application navigator play with the folder icon and with the number next to it, and see how they effect the display.
    You can also try the system navigator as an alternative view instead of the application navigator.

  • Navigator-view limitations: what if there are too many buttons to show?

    I have a page that is really bad design, but I use it to fire up various dialog-paths into my application. For that I've got for every dialog-path a button that is only there to get me to the first page of a series of one business process.
    This is where the Navigator-view came in very handy, it allowed me to easily (re-)configure the links on my test-index.html. From every button I would drag a 'line' to the next page.
    But after putting 14 or so buttons on this page, I noticed that in the Navigator-view, only 13 buttons are displayed, the 14th and next buttons don't fit on the enlarged (purplish) page, so the navigation from those buttons can't be created using this really handy view on my application.
    I might be overseeing something, but there seems to be no way to scroll down to see the buttons that 'fell off' the page.
    Iwan

    Unfortunately the nav editor doesn't handle this well. One thing you can try is to switch the layout to draggable layout since I think the pages are slightly larger in that layout mode (see the nav editor context menu).
    Another option is to use a combo box to do navigation; make the combo box contain the page case names, have it auto submit, and on submit, have the event handler do something like this:
    getContext().getApplication().getNavigationHandler().handleNavigation(getContext(), null, "" + dropdown1.getValue());
    (The select items for the combobox can obviously have different values than display names so your combo can display user friendly page names that are separate from the navigation case names).
    -- Tor
    http://blogs.sun.com/tor

  • Cannot open files from Application Navigator without JDeveloper freezing

    Completely bewildered by this... please help.
    Been using JDeveloper 11.1.1.0.1 Build JDEVADF_MAIN.BOXER_GENERIC_081203.1854.5188 (pointing to Java 1.6.0.16) for a few months now. Every week or so I take a copy of my project (just take the whole project directory out of the JDeveloper/mywork directory) on my workstation and place on another identically configured workstation. This week, when I tried to do that and open JDeveloper on that 2nd workstation, JDeveloper froze. After reboots and retries, as far as I can get is to be able to open JDeveloper, single click on files in the Application Navigator (their properties show up in the Structure window), but if I try to open any of the source files (either by double clicking on them or right click -> open), JDeveloper freezes.
    What's weird is that I tried uninstalling Java and Jdeveloper on that 2nd workstation and reinstalling a fresh Java and Jdeveloper instance - with none of my code or projects -- just a clean off the oracle.com version of JDeveloper -- and I still had the same problem. I created a brand new application, project, and new class and I still cant click on the Class1.java to edit or view it without JDeveloper freezing.

    Arun,
    Thank you for the response.
    Many apologies - please ignore the exception I posted. The C:\Program Files\JDeveloper\modules was missing because on the last time I re-installed JDeveloper I forgot to copy that directory.
    Nonetheless, I reinstalled JDeveloper (again - this time correctly!) and I am still having the same symptoms (but no exception). I run jdev.exe from the command prompt, JDeveloper opens, I can create a new application, project, and class/.java file, but I cannot double click on the .java file to view or edit it. JDeveloper freezes and there is no exception in the command window.
    I tried running Process Monitor when I double click on the .java file to see if there are any obvious errors. (See the log below.) However, I'm not sure if these are "normal"/expected errors or not.
    I don't know what else to do at this point. Any other suggestions you can give are welcome.
    Thanks.
    (PS - I tried Puthanampatti's suggestion of modifying the ide.conf and jdev.conf, but received an error, "Unable to create an instance of the Java Virtual Machine. Located at path: C:\Program Files\Java\jdk1.6.0_16\jre\bin\client\jvm.dll", so I just restored the original ide.conf and jdev.confs to get rid of that error.)
    "Time of Day","Process Name","PID","Operation","Path","Result","Detail"
    "7:55:45.6616246 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.ide.externaltools\tools.xml","NAME NOT FOUND",""
    "7:55:48.2424071 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.ide\diagnostics\JDEVELOPER-ACTIONS-20091111-075548.txt","NAME NOT FOUND",""
    "7:55:48.2471507 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\project1\.svn","NAME NOT FOUND",""
    "7:55:48.2472873 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\.svn","NAME NOT FOUND",""
    "7:55:48.2474172 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\.svn","NAME NOT FOUND",""
    "7:55:48.2475125 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\.svn","NAME NOT FOUND",""
    "7:55:48.2476021 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\.svn","NAME NOT FOUND",""
    "7:55:48.2476753 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\.svn","NAME NOT FOUND",""
    "7:55:48.2477485 AM","jdeveloper.exe","732","QueryOpen","C:\.svn","NAME NOT FOUND",""
    "7:55:48.2480117 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2480885 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2481751 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2482539 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2483548 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2484257 AM","jdeveloper.exe","732","QueryOpen","C:\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2488171 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\project1\.svn","NAME NOT FOUND",""
    "7:55:48.2489462 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\.svn","NAME NOT FOUND",""
    "7:55:48.2490610 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\.svn","NAME NOT FOUND",""
    "7:55:48.2491479 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\.svn","NAME NOT FOUND",""
    "7:55:48.2492317 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\.svn","NAME NOT FOUND",""
    "7:55:48.2493046 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\.svn","NAME NOT FOUND",""
    "7:55:48.2493767 AM","jdeveloper.exe","732","QueryOpen","C:\.svn","NAME NOT FOUND",""
    "7:55:48.2499533 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\project1\.svn","NAME NOT FOUND",""
    "7:55:48.2500851 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\.svn","NAME NOT FOUND",""
    "7:55:48.2501927 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\.svn","NAME NOT FOUND",""
    "7:55:48.2502829 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\.svn","NAME NOT FOUND",""
    "7:55:48.2503704 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\.svn","NAME NOT FOUND",""
    "7:55:48.2504436 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\.svn","NAME NOT FOUND",""
    "7:55:48.2505168 AM","jdeveloper.exe","732","QueryOpen","C:\.svn","NAME NOT FOUND",""
    "7:55:48.4373422 AM","jdeveloper.exe","732","ReadFile","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.jdeveloper\ToDoItems.xml","END OF FILE","Offset: 146, Length: 16,284"
    "7:55:48.4594115 AM","jdeveloper.exe","732","QueryDirectory","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.jdeveloper\audit\profiles","NO MORE FILES",""
    "7:55:48.5261286 AM","jdeveloper.exe","732","NotifyChangeDirectory","C:\JDeveloper\mywork\Application1\Project1\src\project1","NOTIFY CLEANUP","Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_LAST_WRITE"
    "7:55:48.5270483 AM","jdeveloper.exe","732","NotifyChangeDirectory","C:\JDeveloper\mywork\Application1\Project1\src\project1","NOTIFY CLEANUP","Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_LAST_WRITE"
    "7:55:48.5763939 AM","jdeveloper.exe","732","NotifyChangeDirectory","C:\JDeveloper\mywork\Application1\Project1\src\project1","","Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_LAST_WRITE"
    "7:55:49.2833148 AM","jdeveloper.exe","732","ReadFile","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.jdeveloper\audit\profiles\code-assist-rules.xml","END OF FILE","Offset: 27,798, Length: 5,016"
    "7:55:49.3666653 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\classes\java.class","NAME NOT FOUND",""
    "7:55:49.3670078 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\java.java","NAME NOT FOUND",""
    "7:55:49.3674403 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\java.sqlj","NAME NOT FOUND",""
    "7:55:49.3677512 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar\java.class","PATH NOT FOUND",""
    "7:55:49.3707901 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\classes\java.class","PATH NOT FOUND",""
    "7:55:49.3714458 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.3718358 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.3888637 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.3892489 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4202677 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4205085 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4331182 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4333241 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4404331 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\classes\oracle.class","NAME NOT FOUND",""
    "7:55:49.4408477 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\oracle.java","NAME NOT FOUND",""
    "7:55:49.4410449 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\oracle.sqlj","NAME NOT FOUND",""
    "7:55:49.4413860 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar\oracle.class","PATH NOT FOUND",""
    "7:55:49.4416464 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\classes\oracle.class","PATH NOT FOUND",""
    "7:55:49.4421182 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4425062 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4430267 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4434318 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4438176 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4441746 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"

  • Rehearsing view the presentation in navigator view so I can adjust timing

    I want to step through the presentation one slide at a time Can I use the rehearse command and have the slide inspector up or navigator view. I have a presentation that I am trying to edit the length of transitions and builds.
    kihei

    There are 2 versions of the add-on, [https://addons.mozilla.org/en-US/firefox/addon/10909/ IE Tab Plus] and [https://addons.mozilla.org/en-US/firefox/addon/92382/ IE Tab 2]. They both perform the same function of opening Internet Explorer inside a Firefox tab, the main difference between the two is that IE Tab Plus also supports the Adblock Plus add-on being used inside the IE tab and can synchronize cookies.

  • View application pages - view forms views and application pages. enumerate lists

    view application pages - view forms views and application pages. enumerate lists, if we disable this permission in sharepoint then user gets blocked from getting into application pages which is good. But now I have few list view web parts on a page and user
    is not able to see those reports based on view. It shows working on it. As soon as I enable view application pages permission it works.
    I need a permission level -view forms views only.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    SharePoint has a feature called “ViewFormPagesLockDown” at site collection scope. After enabling the feature, all groups / users not having the “View Application Pages” permission will not be able to navigate to pages like “_layouts/viewlsts.aspx”
    or “pages/forms/allitems.aspx”.
    So, for your issue, please disable the ViewFormPagesLockDown feature via PowerShell command:
    $lockdownFeature = get-spfeature viewformpageslockdown
    disable-spfeature $lockdownFeature -url [the URL of your site]
    More information:
    http://sharepointtechie.blogspot.jp/2011/06/blocking-access-to-application-pages.html
    http://sureshpydi.blogspot.jp/2013/12/viewformpageslockdown-feature-in.html
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Application Category view in Finder

    I rather like the Application category view in Finder but it is not currently of much use because so many of my applications fall into the 'Other' category.
    I assume this is an attribute of the file and can be found and changed somehow.
    Does anyone know where this metadata is stored and how to change it?
    Cheers,
    Phill

    Hi dB,
    Thanks for this. Now just the final piece of the jigsaw to find out what reloads the Finder view to pick up the new category. If anyone can help that would be great. I have tried rebooting so it isn't that.
    Cheers,
    Phill

  • How to view Tamil document in mail ? Any application to view Tamil

    Dear sir I can't view tamil document ( in word , excel)  how to view that document in android os document convert text and then view tamil viewer application
    any application to view the tamil document pls help otherwise to clear the problem quickly

    Are you looking for Tamil fonts? Please see - OS X: Fonts included with Mavericks
    In Preview under Tools -> Show Fonts you can see the following...
    Screenshot of the Tamil edition of TheHindu from Safari.

  • Error ORA-01785, while viewing Application Express views in Utilities tab.

    Hi,
    I am unable to see data in Application Express Views in Utilities tab. I am using APEX 3.1.2.
    I am getting the following error,
    failed to parse SQL query:
    ORA-01785: ORDER BY item must be the number of a SELECT-list expression.
    There is no sort by in the SQL query. select WORKSPACE, APPLICATION_ID, APPLICATION_NAME
    from APEX_APPLICATION_BC_ENTRIES .
    Can anyone throw some light on this?
    Thanks
    Nimmi

    No, It is not that view I get the same error whenever I am in the Utilities Tab of APEX and trying to query Application Express views.
    Thanks

  • Maven project "src" directory not visible in Application Navigator

    JDeveloper 11g Release 2 (11.1.2.1.0)
    First-time user
    I built a Maven application containing two Maven projects in JDeveloper but am unable to see the "src" directory in the Application Navigator. When I attempt to create this directory the tool tells me that it already exists which I found to be true by checking the file system directory C:\JDeveloper\mywork\.
    Is this a simple setting that I am missing or is it something more significant?
    Thanks

    in the project propertties. the src should be added in the project source path..
    chk
    http://www.orastudy.com/oradoc/selfstu/fusion/doc.1111/e15524/img/ui_gs_vc_srcpaths.gif
    if you have some file inside the src directory.. then open it normally using the file -> open option. after opening.. right click -> Select in Navigator.
    This will show you the folder..

  • How do i make a new file created appear in the Application Navigator?

    I am doing an extension to JDeveloper..How do i make the new file that the user has created to appear in the Application Navigator?
    What methods can i use?
    These are my codes...but it does not work still...
    File file = new File(dir ,fileName);
    file.createNewFile();
    FileWriter fw = new FileWriter(file, false );
    PrintWriter pw = new PrintWriter( fw, true );
    Workspace workspace = ctx.getWorkspace();
    java.net.URL projectURL = workspace.getActiveProjectURL();
    URL url = file.toURL();
    Node node = new Node(url);
    jpr.add(node, true);
    node.open();
    NavigatorManager.getWorkspaceNavigatorManager().openNavigator(ctx);
    ProjectNavigatorManager.getApplicationNavigatorManager().openNavigator(ctx);
    EditorManager.getEditorManager().openDefaultEditorInFrame(node.getURL());

    If it's an IMAP type account then you should get an Edit button at the top of the list of folders that you currently have on your email account. If it's a POP type account then you won't get the Edit button, and you are limited to your existing folders

Maybe you are looking for

  • Just when  you think you know..

    New to the HD side of PPCS3, was using 2.0 with SD camera for quite awhile and trying to replicate what I did on that side. We have an opening avi that we embed in each video. In the SD side it filled the screen, looks sharp and crisp. That avi, obvi

  • Need help on storing persistance records in J2EE JSP application

    Hi, I want to store a hashtable of info with about five attributes (id, name, username, date) in a persistent state in JSP order to not always call the database. I am either going to use session or request objects. My question is if it's a good idea

  • Bsp table with editable columns

    Hi, I want to create a table with some columns and include check box. Is it possible? I want to do this Table : Date   Time    Checkbox   Checkbox Also how can i make the columns editable ? Thank you

  • Power PC G5 -,"The volume%@needs to be repaired."1)

    Hi folks, turned on our G5 this morning to be met with our usual screen saver, but no Dock, no hard drive on the desktop, no apple logo no finder in the top left corner and everything to the right of that apart from spotlight showing. Restarted the c

  • TS4002 missing a plugin for mail

    I recieved a forwarded e mail from my husband, he sent it from his iphone but he has a windows based e mail account. This email contains links in the original but only blank placeholders in my icloud.com account. When I opened it through Mail underne